Accepting request 325773 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/325773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Simple?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2015-08-25 18:22:43 +00:00
committed by Git OBS Bridge
parent bfa3db8817
commit 3a10a6a56c
5 changed files with 67 additions and 7 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Aug 24 09:04:36 UTC 2015 - coolo@suse.com
- updated to 3.31
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
2015-08-23 Marc Green <marcgreen@cpan.org>
* Release 3.31
No changes since 3.30_1.
2015-07-19 Marc Green <marcgreen@cpan.org>
* Release 3.30_1
Simplified the detection of case-insensitivity in Pod::Simple::Search.
Fixed "Use of uninitialized value $1 in lc" warning in
Pod::Simple::Search.
If @INC includes the current directory symbol, '.', the survey()
method of Pod::Simple::Search no longer excludes it from its list
of directories to search. Instead, The survey() and find() methods
now both exclude duplicate directories from @INC (RT #102344).
Moved source repository and updated links to new perl-pod GitHub
organization: https://github.com/perl-pod/pod-simple.
Improved repository links and added GitHub issue tracking link to
the distribution metadata.
Switched from File::Spec's catdir to catfile for path names, to
fix failures on VMS. Also now use Unix path semantics where
they're not required to be platform-specific. Thanks to Craig A.
Berry for the patch (RT #105511).
Improved the example use of the 'html_encode_chars()' method in
the Pod::Simple::XHTML documentation. Patch from Randy Stauner.
-------------------------------------------------------------------
Tue Apr 14 18:24:12 UTC 2015 - coolo@suse.com