summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Role-Parameterized
AgeCommit message (Collapse)AuthorFilesLines
2014-11-03Update to 1.08wen2-8/+7
Upstream changes: 1.08 2014-08-23 22:38:12Z - add x_breaks metadata for incompatibility issue with MooseX::Storage (now resolved with MooseX-Storage-0.47) 1.07 2014-08-06 05:44:11Z - re-release to remove README.pod from shipped dist 1.06 2014-08-02 04:34:06Z - Restored MooseX::Role::Parameterized->current_metaclass as a public method. Apparently there is code on CPAN that relies on this. 1.05 2014-07-31 18:26:03Z - If a parameterizable role was reinitialized after any parameters or a role block was declared, those declarations were lost. Reinitialization usually occurs when new metaroles are applied to the role by other MooseX modules. 1.04 2014-07-31 14:53:26Z - Convert this distribution to Dist::Zilla to resolve packaging insanity 1.03 2014-07-30 - This extension is now implemented as a role metarole, which means it can (mostly) cooperate with other role extensions, such as MooseX::Role::WithOverloading. Note that you should load MooseX::Role::Parameterized _after_ other extensions. - This module no longer supports passing a "-metaclass" parameter when you load it. This was an artifact from a much earlier era of Moose extensions. - repository migrated to the github moose organization
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-16Update package for Perl5 module MooseX::Role::Parameterized from CPANsno2-16/+18
in devel/p5-MooseX-Role-Parameterized from 1.00nb2 to 1.02. pkgsrc changes: - adjust dependencies (done by pkg_util create package ^^) Upstream changes: 1.02 September 11, 2013 * set %INC entries in test to avoid failures with Moose pre-2.11 (kentfrederic) https://github.com/sartak/MooseX-Role-Parameterized/pull/7 https://rt.cpan.org/Ticket/Display.html?id=88593 1.01 September 10, 2013 * removed use of deprecated Class::MOP::load_class (ether)
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-02-18Update p5-MooseX-Role-Parameterized to 1.00.hiramatsu2-7/+7
Changes from previous: ---------------------- 1.00 January 12, 2012 * MooseX::Role::Parameterized now depends on Moose 2.0300 released 2011-09-23 for its several core improvements, hence the major version number bump. * MXRP now uses the new meta_lookup feature added to Moose 2.0300 (specifically for MXRP) to avoid duplicating Moose-0.60-era Moose::Role sugar. This means the error messages you get are better, and there's a lot less ugly code in MXRP. * Remove alias/excludes special case errors. They have long since been replaced in core Moose by -alias and -excludes, and were finally removed in Moose 2.0200. * Expressly forbid using role { } inside role { } (which makes no sense but I suppose you could accidentally trigger it) * Documentation fix from cweyl@alumni.drew.edu https://github.com/sartak/MooseX-Role-Parameterized/pull/5
2011-08-23Updated devel/p5-MooseX-Role-Parameterized to 0.27abs2-8/+6
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-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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-03Update p5-MooseX-Role-Parameterized from version 0.18 to version 0.19.seb2-6/+6
Upstream changes: 0.19 July 8, 2010 * Documentation improvements
2010-03-15Updating devel/p5-MooseX-Role-Parameterized from 0.17 to 0.18sno2-6/+6
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-02-16Updating devel/p5-MooseX-Role-Parameterized from 0.15 to 0.17sno2-12/+9
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-01-16Updating devel/p5-MooseX-Role-Parameterized from 0.13nb1 to 0.15sno2-7/+8
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)
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-12Updating devel/p5-MooseX-Role-Parameterized from 0.12 to 0.13sno2-6/+6
Upstream changes: 0.13 Sep 11, 2009 * Documentation improvements (Sartak)
2009-08-18Initial import of p5-MooseX-Role-Parameterized version 0.12 in theseb3-0/+34
NetBSD Packages Collection. The Perl 5 module MooseX::Role::Parameterized empowers Moose roles by allowing parameters to be specified when they are combined.