cvs commit: ports/devel Makefile
ports/devel/p5-MooseX-StrictConstructor
Makefile distinfo pkg-descr pkg-plist
Greg Larkin
glarkin at FreeBSD.org
Fri Oct 24 17:01:10 UTC 2008
glarkin 2008-10-24 17:01:10 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-MooseX-StrictConstructor Makefile distinfo pkg-descr
pkg-plist
Log:
Simply loading the MooseX::StrictConstructor module makes your
constructors "strict". If your constructor is called with an attribute
init argument that your class does not declare, then it calls
"Carp::confess()". This is a great way to catch small typos.
WWW: http://search.cpan.org/dist/MooseX-StrictConstructor/
Revision Changes Path
1.3230 +1 -0 ports/devel/Makefile
1.1 +26 -0 ports/devel/p5-MooseX-StrictConstructor/Makefile (new)
1.1 +3 -0 ports/devel/p5-MooseX-StrictConstructor/distinfo (new)
1.1 +6 -0 ports/devel/p5-MooseX-StrictConstructor/pkg-descr (new)
1.1 +8 -0 ports/devel/p5-MooseX-StrictConstructor/pkg-plist (new)
More information about the cvs-ports
mailing list