Package Release Info

perl-MooseX-Role-Parameterized-1.10-bp151.2.11

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-MooseX-Role-Parameterized

Change Logs

Version: 1.10-bp150.2.4
* Fri Apr 21 2017 coolo@suse.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 07 2016 coolo@suse.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 2015 coolo@suse.com
- updated to 1.08
  see /usr/share/doc/packages/perl-MooseX-Role-Parameterized/Changes
* Fri Oct 04 2013 coolo@suse.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 2012 coolo@suse.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 cweyl@alumni.drew.edu
    https://github.com/sartak/MooseX-Role-Parameterized/pull/5
* Mon Dec 19 2011 coolo@suse.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 04 2011 lars@linux-schulserver.de
- fix build on distributions with old Test::More module
  ( perl-MooseX-Role-Parameterized-old_Test_More.patch )
* Sun May 01 2011 coolo@opensuse.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 01 2010 coolo@novell.com
- switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
- remove /var/adm/perl-modules
* Mon Jul 26 2010 pascal.bleser@opensuse.org
- initial package (0.19)