Commit graph

8 commits

Author SHA1 Message Date
seb
2c8fe778a2 - Add LICENSE
- Removed commented out dependencies in previous commit
2010-02-04 01:15:28 +00:00
seb
8cc2a409a9 Update from version 0.21 to version 0.22
Pkgsrc changes:
- Drop all dependencies now that perl 5.10.0 is the minimum
required Perl version with respect to pkgsrc.

Upstream changes:
0.22 Fri, Jan 29, 2010
    - Add note that people should be using MRO::Compat rather than
      Class::C3 directly.
2010-02-03 21:46:09 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
sno
14f7cda278 Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +00:00
he
5f52078ef7 Update from version 0.20 to 0.21.
Upstream changes:

0.21 Wed, Mar 25, 2009
    - Remove fake Build.PL. Module::Install doesn't support that anymore.
      (Florian Ragwitz)
    - Stop using auto_instal in Makefile.PL. Its use is strongly discouraged.
      (Closes RT#38051, RT#44541) (Simon Bertrang)
2009-04-12 10:53:33 +00:00
he
fe261a081e Update from version 0.19nb1 to 0.20.
Upstream changes:

0.20 Mon, Dec 8, 2008
    - Prevent redefined warnings when Class::C3 is loaded explicitly after
      MRO::Compat has been loaded. Also add tests for this.
2008-12-20 19:25:36 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
abs
ed01c507cf Import Class-C3-0.19 (needed by p5-Class-Accessor-Grouped)
This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.
2008-06-24 15:01:07 +00:00