summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-StrictConstructor
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Updating devel/p5-MooseX-StrictConstructor from 0.10nb1 to 0.11sno2-7/+6
Upstream changes: 0.11 2010-09-09 - Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT #61205.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-07-28Update p5-MooseX-StrictConstructor from version 0.08 to version 0.10.seb2-10/+11
Pkgsrc changes: - adjust dependencies - adjust license - (re)set PERL5_MODULE_TYPE to MakeMaker Upstream changes: 0.10 2010-07-16 - Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse Luehrs. RT #59236. - All init args are quoted in the inlined constructor. 0.09 2010-07-14 - Use modern Moose APIs, to avoid warnings with the next Moose release.
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-12correcting license definitionsno1-2/+2
2009-04-12PkgSrc changes:sno2-7/+8
- Updating package for p5 module MooseX::StrictConstructor to 0.08 - Set license to artistic-2.0 Upstream changes: 0.08 2009-04-07 - Make this module work with Moose 0.73_01+.
2009-01-11Import p5-MooseX-StrictConstructor version 0.07.he3-0/+31
Simply loading this 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.