SHA256
8
0
forked from pool/perl-Mouse

Accepting request 177825 from home:coolo:update-perl

update

OBS-URL: https://build.opensuse.org/request/show/177825
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mouse?expand=0&rev=31
This commit is contained in:
Stephan Kulow
2013-06-06 05:13:02 +00:00
committed by Git OBS Bridge
parent 731051904a
commit f6e162d1c4
4 changed files with 267 additions and 71 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Jun 5 19:11:28 UTC 2013 - coolo@suse.com
- updated to 1.11
[TEST FIXES]
- Ensure Try::Tiny is bundled
- Bundle Try::Tiny for tests
- Bundle Test::Fatal for tests
[FEATURES]
- Support PUREPERL_ONLY
See the Lancaster Consensus:
https://github.com/sjn/toolchain-site/blob/219db464af9b2f19b04fec05547ac10180a469f3/lancaster-consensus.md#specifying-pure-perl-builds
[BUG FIXES]
- Make trigger pass in the old value for Moose compatibility
(PR#6 by schwern)
[TEST FIXES]
- Get perlcritic tests working for PC 1.118 (PR#6 by schwern)
- Resolve RT#84518 caused by hash randomization
[BUG FIXES]
- Fix a memory leak introduced by v1.04 (creaktive & aiyumi, pull-req #4)
[FEATURES]
- Implement $attr->default($instance) for compatibility with Moose
- Add maybe_type() from Moose::Util::TypeConstraints (schwern)
[IMPROVEMENT]
- performance improvement for v5.14.0 or grater (dex4er)
-------------------------------------------------------------------
Thu Nov 17 12:29:49 UTC 2011 - coolo@suse.com