8
0

- updated to 1.20120130

- fixed t/year_imports.t for 5.10 (ANDK and sprout again)
    - fixed t/regressions.t for 5.10
    - made raw numbers work in import
    - fixed for Perl 5.15.5 and later (ANDK and sprout)
    - loaded IO::File/IO::Handle to allow methods on lexical filehandles
    - added unimporting
    - removed use of autodie; moved it to a distribution prerequisite
    - enabled unicode_strings by default when your Perl supports it
    - migrated to Dist::Zilla
    - added autodie dependency/import

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Modern-Perl?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2012-02-20 10:54:28 +00:00
committed by Git OBS Bridge
parent 4eaa24ec6b
commit 990016e906
4 changed files with 39 additions and 21 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 20 10:48:53 UTC 2012 - coolo@suse.com
- updated to 1.20120130
- fixed t/year_imports.t for 5.10 (ANDK and sprout again)
- fixed t/regressions.t for 5.10
- made raw numbers work in import
- fixed for Perl 5.15.5 and later (ANDK and sprout)
- loaded IO::File/IO::Handle to allow methods on lexical filehandles
- added unimporting
- removed use of autodie; moved it to a distribution prerequisite
- enabled unicode_strings by default when your Perl supports it
- migrated to Dist::Zilla
- added autodie dependency/import
-------------------------------------------------------------------
Fri Nov 18 11:09:27 UTC 2011 - coolo@suse.com