Commit graph

5 commits

Author SHA1 Message Date
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
748d75457d Update p5-MooseX-NonMoose from version 0.07 to version 0.14.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.14  2010-07-19
      - Avoid warnings from Moose 1.09, part 2 (Dave Rolsky).

0.13  2010-07-18
      - Also avoid warnings in MooseX::NonMoose::InsideOut.

0.12  2010-07-18
      - Avoid warnings from Moose 1.09 (Dave Rolsky).

0.11  2010-06-30
      - Actually use the right test.

0.10  2010-06-30
      - Don't break if someone specifies a version to extends.

0.09  2010-06-15
      - Fix several issues relating to picking the correct constructor to call
        from the constructor that we build.

0.08  2010-05-20
      - Fix inheriting from classes which don't bless their instances into the
        correct class when subclassing (jhallock).
      - Update for things fixed in latest Moose.
2010-07-27 18:33:38 +00:00
rhaen
d39a46ea33 - updated to 0.07
ChangeLog:
0.07    09/27/2009
    Start adding support for non-Moose destructors. Destructor inlining isn't
    supported yet, since Moose isn't quite flexible enough there for it to be
    more than an annoying hack, but this should still work with immutable
    classes anyway.

0.06    09/27/2009
    defining a custom constructor in a class using mx-nonmoose now works

    use a less broken test for whether or not a superclass has an inlined
    constructor (fixes issue uncovered by fixes to Moose's metaclass
    compatibility fixing)
2009-10-12 21:59:45 +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
seb
b5ceeaa90e Initial import of p5-MooseX-NonMoose version 0.05 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::NonMoose allows for easily subclassing
non-Moose classes with Moose, taking care of the annoying details.
2009-08-19 20:53:10 +00:00