summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-StrictConstructor
AgeCommit message (Collapse)AuthorFilesLines
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.