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

@@ -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}