File perl-Class-MOP.changes of Package perl-Class-MOP
-------------------------------------------------------------------
Wed Dec 1 13:31:02 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Thu Nov 11 23:18:22 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
o fix deps
- fix Test::More >= 0.88 stuff
o add Build_n_Test patch for suse < 1130
- added bcond_with opt
-------------------------------------------------------------------
Tue Nov 2 19:34:42 UTC 2010 - jw@novell.com
- update to 1.11, Moose needs at least 1.1
-------------------------------------------------------------------
Fri Oct 8 12:44:23 CEST 2010 - dmueller@suse.de
- fix Package::Stash dependency
-------------------------------------------------------------------
Wed Oct 6 08:50:37 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.09:
* Enhancements:
+ it's now possible to tell Class::MOP::Class->create and the metaclass pragma to not install a 'meta' method into classes they manipulate, or to install one under a different name
+ reinitializing a metaclass no longer removes the existing method and attribute objects (it instead fixes them so they are correct for the reinitialized metaclass)
+ all 'meta' methods created by Class::MOP are now of the class Class::MOP::Method::Meta; this is overridable at the metaclass layer
- changes from 1.08:
* bugfix: the get_method_list and _get_local_methods methods blew up in the face of subroutine stubs
-------------------------------------------------------------------
Tue Aug 24 17:01:45 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.07:
* fix a mysterious error that showed up as "Can't use an undefined value as a symbol reference at .../Class/MOP/Mixin/HasMethods.pm line 167."
-------------------------------------------------------------------
Mon Aug 23 16:16:46 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.06:
* version 1.05 no longer reported constants as methods, except with Perl 5.8.x, and doing so in 5.8.x caused test failures;
constants are now _expected_ to be reported as methods, and this is tested for explicit
-------------------------------------------------------------------
Sun Aug 22 21:10:28 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.05:
* refactorings and improvements to how defaults are handled, particularly for inlined code
* optimizations that should help speed up compilation time
-------------------------------------------------------------------
Sun Feb 21 22:09:48 UTC 2010 - chris@computersalat.de
- cleanup spec
o added Header
o fixed deps
o added perl-macros
- run test only when suse_version > 1110
o cause of Test::More >= 0.88
-------------------------------------------------------------------
Fri Oct 30 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- initial package