8
0

- update to 2.00018

2.000018 - 2015-10-29
   - repair CPAN.pm bootstrapping broken by extraneous prerequisite.
   - ensure directories are created in correct order to avoid errors
  
  2.000017 - 2015-10-06
   - fix shell quoting for fish shell
   - work around issue where some cpanm versions wouldn't upgrade
     ExtUtils::MakeMaker in some cases it should have
   - added --quiet option to surpress directory creation message
   - build_environment_vars_for, build_activate_environment_vars_for, and
     environment_vars_string_for options will always include directories being
     added, even if they were already in current ENV vars
   - fixes for author tests
   - create directory structure under created local::libs, ensuring arch dirs
     will always be added to @INC by perl
   - only cause CPAN.pm to prefer ExtUtils::MakeMaker over Module::Build during
     bootstrap process, not after
   - bootstrap process refactored

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=35
This commit is contained in:
Stephan Kulow
2015-11-22 06:44:38 +00:00
committed by Git OBS Bridge
parent 0d31f22df1
commit 421e09214c
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Nov 22 06:43:18 UTC 2015 - coolo@suse.com
- update to 2.00018
2.000018 - 2015-10-29
- repair CPAN.pm bootstrapping broken by extraneous prerequisite.
- ensure directories are created in correct order to avoid errors
2.000017 - 2015-10-06
- fix shell quoting for fish shell
- work around issue where some cpanm versions wouldn't upgrade
ExtUtils::MakeMaker in some cases it should have
- added --quiet option to surpress directory creation message
- build_environment_vars_for, build_activate_environment_vars_for, and
environment_vars_string_for options will always include directories being
added, even if they were already in current ENV vars
- fixes for author tests
- create directory structure under created local::libs, ensuring arch dirs
will always be added to @INC by perl
- only cause CPAN.pm to prefer ExtUtils::MakeMaker over Module::Build during
bootstrap process, not after
- bootstrap process refactored
-------------------------------------------------------------------
Sat Feb 7 07:21:45 UTC 2015 - coolo@suse.com