Commit graph

4 commits

Author SHA1 Message Date
sno
262aeaa4f4 Updating devel/p5-Class-Mix from 0.003nb1 to 0.004
pkgsrc changes:
- add license definition
- add dependencies (from META.yml/Build.PL)

Upstream changes:
version 0.004; 2010-09-01
  * mro option for mix_class(), to control the method resolution order
    of the mixture class
  * prefix option for mix_class(), to control where the mixture class
    is located
  * document that PREFIX missing from genpkg() means "don't care",
    and change the actual default from "" to "Class::Mix::"
  * check for required Perl version at runtime
  * remove extra block around each sub definition, for readability
  * use full stricture in test suite
  * in Build.PL, explicitly declare configure-time requirements
  * remove bogus "exit 0" from Build.PL
  * add MYMETA.yml to .cvsignore
2010-09-02 19:18:30 +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
sno
7e8d2b0d62 pkgsrc changes:
- Updating package for p5 module Class::Mix from 0.002 to 0.003

Upstream changes:
version 0.003; 2009-05-19
  * bugfix: avoid unreliable "\w" in parsing PREFIX parameter for genpkg()
  * use simpler "parent" pragma in place of "base"
2009-05-21 15:04:24 +00:00
seb
667a01cbe2 Initial import of p5-Class-Mix version 0.002 in the NetBSD Packages
Collection.

The Perl 5 module Class::Mix provides a mix_class function which
dynamically generates `anonymous' classes with specified inheritance.
2009-05-03 05:53:13 +00:00