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.
- 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+.
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.