------------------------------------------------------------------- Fri Jan 3 05:34:19 UTC 2025 - Tina Müller - updated to 0.270.0 (0.27) see /usr/share/doc/packages/perl-MooseX-NonMoose/Changes 0.27 2025-01-02 20:30:46 -0700 - Drop dependency on List::MoreUtils - New maintainer and repository: https://github.com/uperl/MooseX-NonMoose ------------------------------------------------------------------- Fri Mar 7 06:46:36 UTC 2014 - coolo@suse.com - updated to 0.26 - fix dependency specification for Try::Tiny (Gareth Harper, #9) - fix for Module::Runtime 0.014 ------------------------------------------------------------------- Fri Oct 4 09:13:29 UTC 2013 - coolo@suse.com - updated to 0.24 - added missing lib include (Karen Etheridge) - stop using old and deprecated (or soon to be deprecated) functions from Class::MOP ------------------------------------------------------------------- Wed Jun 8 13:05:47 UTC 2011 - coolo@novell.com - updated to 0.22 - Fix issues where the metaclass gets reinitialized after the call to 'extends' but before 'make_immutable'. This could happen if a role used an extension which provided an application_to_class metarole, since the role application would then apply a metarole to the class, and metarole application currently causes metaclass reinitialization in Moose. (ugh.) ------------------------------------------------------------------- Sun May 1 10:38:13 UTC 2011 - coolo@opensuse.org - updated to 0.21 - Allow this module to work with constructors with names other than 'new'. If you're extending a class with a constructor named something other than 'new', you should declare this when calling extends, as in: extends 'Foo' => { -constructor_name => 'create' }; This will ensure that calling 'create' will also call Moose's constructor. - fix warning when passing inline_constructor => 0 with no superclass new method (rafl). - don't die if superclass doesn't have a 'new' method - forward compat for Moose 2.0 ------------------------------------------------------------------- Wed Dec 29 13:24:27 CET 2010 - pascal.bleser@opensuse.org - initial version (0.17)