SHA256
8
0
forked from pool/perl-Mouse
Stephan Kulow
2013-11-25 09:18:14 +00:00
committed by Git OBS Bridge
parent b7f6e338e0
commit ae887fc34f
4 changed files with 16 additions and 206 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 25 07:36:49 UTC 2013 - coolo@suse.com
- updated to 2.0.0
[BUG FIXES]
- Merged the pull-request #13, which fixed an issue where
the behavior of role method confliction was different
from Moose. This change might affect your existing code
so the major version has incremented.
See t/030_roles/role_conflict_and_inheritance.t for details.
- Fix for perl 5.19.4 (RT 88295)
-------------------------------------------------------------------
Fri Oct 4 09:13:59 UTC 2013 - coolo@suse.com