1
0

- updated to 0.24

- re-release to fix problematic $VERSION declaration (RT#101095)
 
 0.23      2014-12-27 04:07:03Z
   - be more lenient in optional Mouse tests to handle edge cases in older and
     pure perl versions
 
 0.22      2014-11-04 06:19:54Z
   - fix an erroneous change in 0.21
 
 0.21      2014-11-04 05:24:36Z
   - drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
     overload handling
 
 0.20      2014-09-06 23:04:12Z
   - Moose earlier than 2.0300 had a broken ->does method, which called methods
     on a class's meta when it might not be initialized (RT#98424)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-autoclean?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2015-02-06 13:49:54 +00:00
committed by Git OBS Bridge
parent 7d84320192
commit e2846200b1
4 changed files with 31 additions and 23 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Feb 6 13:13:02 UTC 2015 - coolo@suse.com
- updated to 0.24
- re-release to fix problematic $VERSION declaration (RT#101095)
0.23 2014-12-27 04:07:03Z
- be more lenient in optional Mouse tests to handle edge cases in older and
pure perl versions
0.22 2014-11-04 06:19:54Z
- fix an erroneous change in 0.21
0.21 2014-11-04 05:24:36Z
- drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
overload handling
0.20 2014-09-06 23:04:12Z
- Moose earlier than 2.0300 had a broken ->does method, which called methods
on a class's meta when it might not be initialized (RT#98424)
-------------------------------------------------------------------
Sat Jul 19 11:45:54 UTC 2014 - rpm@scorpio-it.net