Commit graph

11 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
6c866c209e Update p5-MooseX-StrictConstructor to 0.16.
Changes from previous:
0.16     2011-04-22

- Don't wrap BUILDALL, since this breaks if the object doesn't inherit from
  Moose::Object (doy).

0.15     2011-04-13

- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier
  versions.

0.14     2011-04-13

- Using extends caused strictness to be lost. Fixed by Karen Etheridge.

0.13     2011-02-22

- This release provides forward compatibility with Moose 1.99+. It will still
  work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs.

0.12     2010-10-29

- Switched tests to use Test::Fatal instead of Test::Exception.
2011-11-18 13:20:55 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
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