8
0
Stephan Kulow
2013-12-09 11:31:46 +00:00
committed by Git OBS Bridge
parent 729bc91c06
commit 2757fad04c
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Dec 9 11:18:14 UTC 2013 - coolo@suse.com
- updated to 1.12
* Fix RT #90869: Use of uninitialized value $module in substitution (s///)
* Fix RT #87775: typo fixes, thanks dsteinbrunner@pobox.com
* new %Preload rule for B::Hooks::EndOfScope
* new %Preload rule for Pod::Usage
* add a fake %Preload rule that warns if use of Module::Implementation
or Module::Runtime is detected (coz' they're doing runtime loading)
* change some tests to use Test::Requires instead of homegrown stuff;
hence add it to "test_requires"
* clean up some uses of Test::More
-------------------------------------------------------------------
Fri Oct 4 09:14:01 UTC 2013 - coolo@suse.com