Date: Sun, 10 Oct 2010 00:36:34 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-MooseX-CompileTime-Traits Makefile distinfo pkg-descr pkg-plist Message-ID: <201010100036.o9A0aYNY046895@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kuriyama 2010-10-10 00:36:34 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-MooseX-CompileTime-Traits Makefile distinfo pkg-descr pkg-plist Log: MooseX::CompileTime::Traits allows role application at compile time via use statements. What this class does is provide an import method that will apply each of the roles (along with any arguments for parameterized roles). Roles and their arguments should be provided as an ArrayRef of tuples. Simply 'with' the role to gain the functionality. WWW: http://search.cpan.org/dist/MooseX-CompileTime-Traits/ Revision Changes Path 1.4075 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-MooseX-CompileTime-Traits/Makefile (new) 1.1 +3 -0 ports/devel/p5-MooseX-CompileTime-Traits/distinfo (new) 1.1 +10 -0 ports/devel/p5-MooseX-CompileTime-Traits/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-MooseX-CompileTime-Traits/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010100036.o9A0aYNY046895>