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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3feca3f39ef55b86daa8a1b9a9157166158c21c7929816fc17af8d0c98f9d10f
size 51781

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ba8f5d55a03e029c3e18799942b89d2c457bb4414b9dce912dc1c8797d94894
size 59350

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

View File

@@ -18,7 +18,7 @@
Name: perl-local-lib
Version: 2.000015
Version: 2.000018
Release: 0
Summary: Create and Use a local Library Directory for Perl Modules
License: Artistic-1.0 or GPL-1.0+
@@ -34,7 +34,7 @@ BuildRequires: perl-macros
BuildRequires: perl(CPAN) >= 1.82
BuildRequires: perl(ExtUtils::Install) >= 1.43
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.00
BuildRequires: perl(Module::Build) >= 0.3600
BuildRequires: perl(Module::Build) >= 0.360000
Requires: perl(CPAN) >= 1.82
%{perl_requires}