cvs commit: ports/devel Makefile ports/devel/p5-MooseX-MultiMethods
Makefile distinfo pkg-descr pkg-plist
Wen Heping
wen at FreeBSD.org
Tue Dec 28 02:48:59 UTC 2010
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)
More information about the cvs-ports
mailing list