8
0

Accepting request 446319 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/446319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Reader?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2016-12-15 12:18:32 +00:00
committed by Git OBS Bridge
parent 0b928b9270
commit ff90b09d0e
5 changed files with 74 additions and 10 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Dec 15 06:49:49 UTC 2016 - coolo@suse.com
- updated to 0.003002
see /usr/share/doc/packages/perl-Module-Reader/Changes
0.003002 - 2016-12-14
- releasing as stable
0.003_001 - 2016-11-30
- fix links and formatting in pod
- fix some edge cases with arrayref hooks
- fix tests on Win32
- fix 5.6 support
- fix cperl support
0.003_000 - 2016-11-27
* Features
- add new object based interface, with more controls
- result objects include more information, including found filenames and
the @INC entry found in
- searches can be performed by filename rather than module name
- handle ./ and ../ like perl core for file searches
- list of all findable files can be returned
* Bug Fixes
- fix @INC hook edge case
- adjust error messages to match perl core
- handle special files (character devices, fifos) correctly
- handle permission denied errors correctly
- support pmc files
- ignore -C/PERL_UNICODE layers, as perl does
-------------------------------------------------------------------
Mon Apr 13 18:23:50 UTC 2015 - coolo@suse.com