Date: Tue, 28 Dec 2010 02:48:59 +0000 (UTC) From: Wen Heping <wen@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-MultiMethods Makefile distinfo pkg-descr pkg-plist Message-ID: <201012280248.oBS2mx0c012537@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wen 2010-12-28 02:48:59 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-MooseX-MultiMethods Makefile distinfo pkg-descr
pkg-plist
Log:
MooseX::MultiMethods provides multi method dispatch based on Moose type
constraints. It does so by providing a multi keyword that extends the
method keyword provided by MooseX::Method::Signatures.
When invoking a method declared as multi a matching variant is being searched
in all the declared multi variants based on the passed parameters and the
declared type constraints. If a variant has been found, it will be invoked.
If no variant could be found, an exception will be thrown.
WWW: http://search.cpan.org/dist/MooseX-MultiMethods/
Revision Changes Path
1.4191 +1 -0 ports/devel/Makefile
1.1 +31 -0 ports/devel/p5-MooseX-MultiMethods/Makefile (new)
1.1 +2 -0 ports/devel/p5-MooseX-MultiMethods/distinfo (new)
1.1 +10 -0 ports/devel/p5-MooseX-MultiMethods/pkg-descr (new)
1.1 +8 -0 ports/devel/p5-MooseX-MultiMethods/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012280248.oBS2mx0c012537>
