Commit graph

7 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
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-08-21 16:32:42 +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
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
3222578032 correcting license definition 2009-09-12 20:48:20 +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