Commit graph

10 commits

Author SHA1 Message Date
abs
de6083fa73 Updated devel/p5-MooseX-Role-Parameterized to 0.27
0.27  August 22, 2011
    * Remove MooseX::Role::Parameterized::Meta::Parameter; instead,
      the default for parameters of (is => 'ro') is set by the
      "parameter" sugar. This removes an unnecessary metaclass and
      removes weird edge cases caused by it. Please please please
      report any breakage!

0.26  March 20, 2011
    * make tests stop relying on a specific format for anon class/role names (doy)

0.25  March 4, 2011
    * Move the reinitialization hook from Role to Trait so hardcore hackers
      (trait janitors) get the benefit too (doy)

0.24  March 1, 2011
    * Made MXRP more extensible by hooking into the role metaobject
      reinitialization (doy)

0.23  December 25, 2010
    * Merry Christmas!
    * Make MooseX::Role::Parameterized::Extending more instructive. Hopefully.

0.22  November 26, 2010
    * The test suite now uses Test::Fatal instead of Test::Exception (Karen
      Etheridge).
    * Fix Test::More dependency (reported by Father Chrysostomos) [rt.cpan.org #63222]

0.21  November 15, 2010
    * "package" arg can now tell generate_role to use a specific package (rjbs)

0.20  November 2, 2010
    * Minor test refactoring to fix blead support [rt.perl.org #78244]
2011-08-23 10:54:20 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +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
929c368163 Update p5-MooseX-Role-Parameterized from version 0.18 to version 0.19.
Upstream changes:
0.19  July 8, 2010
    * Documentation improvements
2010-08-03 21:02:45 +00:00
sno
bdea387c37 Updating devel/p5-MooseX-Role-Parameterized from 0.17 to 0.18
Upstream changes:
0.18  March 10, 2010
    * Improve the error message when you leave off the role {} block
      http://stackoverflow.com/questions/2418177/moose-and-error-messages-the-sun-and-the-moon/2418429
2010-03-15 19:10:12 +00:00
sno
f07fa7b070 Updating devel/p5-MooseX-Role-Parameterized from 0.15 to 0.17
pkgsrc changes:
- Enabling use of Module::Install::Bundled module type

Upstream changes:
0.17  February 11, 2010
    * MANIFEST fixes (Karen Etheridge)

0.16  February 4, 2010
    * Allow specifying custom metaclasses for parameterized
      roles (Oliver Charles)
    * Documentation improvements (Oliver Charles, Sartak)
2010-02-16 12:39:42 +00:00
sno
7af897242e Updating devel/p5-MooseX-Role-Parameterized from 0.13nb1 to 0.15
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.15  January 5, 2010
    * Move the guts of MXRPMR::Parameterized into a trait. See
      http://www.nntp.perl.org/group/perl.moose/2010/01/msg1294.html (Sartak)
2010-01-16 17:48:57 +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
ca8833e8e8 Updating devel/p5-MooseX-Role-Parameterized from 0.12 to 0.13
Upstream changes:
0.13  Sep 11, 2009
    * Documentation improvements (Sartak)
2009-09-12 20:43:19 +00:00
seb
4eb4a97787 Initial import of p5-MooseX-Role-Parameterized version 0.12 in the
NetBSD Packages Collection.

The Perl 5 module MooseX::Role::Parameterized empowers Moose roles
by allowing parameters to be specified when they are combined.
2009-08-18 22:01:03 +00:00