8
0

Accepting request 502474 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/502474
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=39
This commit is contained in:
Stephan Kulow
2017-06-25 08:37:57 +00:00
committed by Git OBS Bridge
parent 62c8e04661
commit 54d67d8f0d
5 changed files with 98 additions and 67 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Jun 9 06:42:51 UTC 2017 - coolo@suse.com
- updated to 2.000023
see /usr/share/doc/packages/perl-local-lib/Changes
2.000023 - 2017-06-07
- fix use of 'note' in test for compatibilty with old Test::More
2.000022 - 2017-06-07
- releasing as stable
2.000_021 - 2017-04-23
- account for an empty SHELL variable when detecting shell
- author test cleanups
- bootstrapping option --no-manpages now affects bootstrapping process, not
just later module installs
- cope with home directories with spaces when bootstrapping with old CPAN.pm
2.000_020 - 2016-10-18
- fix handling of inc_version_list
- don't load strict or warnings outside author mode
- load and use Cwd when we're printing and exiting
- use loaded Cwd/Win32::Cwd if it's available
- handle relative paths in current executable
- don't try to run current executable in embedded perl
- handle relative directories better
- fix shell test for powershell 1 and group policy restricted environments
- avoid user init files in shell test
- use safer format to check environment in shell test
- many test cleanups
-------------------------------------------------------------------
Fri May 20 05:12:37 UTC 2016 - coolo@suse.com