Commit graph

4 commits

Author SHA1 Message Date
sno
6512fe3f51 Updating devel/p5-MooseX-StrictConstructor from 0.10nb1 to 0.11
Upstream changes:
0.11     2010-09-09
- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
  #61205.
2010-09-23 22:20:29 +00:00
seb
dbe6075f0f Update p5-MooseX-StrictConstructor from version 0.08 to version 0.10.
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.
2010-07-28 11:29:31 +00:00
sno
948f301603 PkgSrc changes:
- 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-04-12 20:23:51 +00:00
he
56e8b4e148 Import p5-MooseX-StrictConstructor version 0.07.
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.
2009-01-11 14:06:19 +00:00