Changelog for
perl-MooseX-Role-Parameterized-1.10-25.1.noarch.rpm :
Fri Apr 21 14:00:00 2017 cooloAATTsuse.com
- updated to 1.10
see /usr/share/doc/packages/perl-MooseX-Role-Parameterized/Changes
1.10 2017-04-20 17:50:53Z
- add MooseX::Role::Parameterised as stub documentation, for
discoverability
Sun Aug 7 14:00:00 2016 cooloAATTsuse.com
- updated to 1.09
see /usr/share/doc/packages/perl-MooseX-Role-Parameterized/Changes
1.09 2016-08-07 01:20:31Z
- Give \'anonymous\' generated roles names that are similar to the original
parameterized role so debug output is easier to read
Tue Apr 14 14:00:00 2015 cooloAATTsuse.com
- updated to 1.08
see /usr/share/doc/packages/perl-MooseX-Role-Parameterized/Changes
Fri Oct 4 14:00:00 2013 cooloAATTsuse.com
- updated to 1.02
* 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
* removed use of deprecated Class::MOP::load_class (ether)
- remove outdated patch perl-MooseX-Role-Parameterized-old_Test_More.patch
Mon Feb 27 13:00:00 2012 cooloAATTsuse.com
- updated to 1.00
* 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 cweylAATTalumni.drew.edu
https://github.com/sartak/MooseX-Role-Parameterized/pull/5
Mon Dec 19 13:00:00 2011 cooloAATTsuse.de
- update to 0.27
* 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!
Sat Jun 4 14:00:00 2011 larsAATTlinux-schulserver.de
- fix build on distributions with old Test::More module
( perl-MooseX-Role-Parameterized-old_Test_More.patch )
Sun May 1 14:00:00 2011 cooloAATTopensuse.org
- updated to 0.26
* make tests stop relying on a specific format for anon class/role names (doy)
* Move the reinitialization hook from Role to Trait so hardcore hackers
(trait janitors) get the benefit too (doy)
* Made MXRP more extensible by hooking into the role metaobject
reinitialization (doy)
* Merry Christmas!
* Make MooseX::Role::Parameterized::Extending more instructive. Hopefully.
* 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]
* \"package\" arg can now tell generate_role to use a specific package (rjbs)
* Minor test refactoring to fix blead support [rt.perl.org #78244]
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Mon Jul 26 14:00:00 2010 pascal.bleserAATTopensuse.org
- initial package (0.19)