8
0

- updated to 1.008010

- Fix a split on undefined value warning (David Golden -- see
         https://github.com/gugod/App-perlbrew/issues/305)
       - Remove Carp::Always dep
       - Fix putting arch path in PERL5LIB
       - Refactor Win32 path handling out of ensure_dir_structure_for()
       - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
       - Fix ~/perl5/bin missing in $PATH
       - Back to 1.008004 with Carp fix since subsequent releases were botched
       - Avoid issue where PERL5LIB Carp is older than local::lib one

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2013-06-11 18:40:51 +00:00
committed by Git OBS Bridge
parent 09312844f8
commit 75c9be3c13
4 changed files with 21 additions and 10 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b0ffbe68cf1375682634cce657d7de1980f5ae98442face3878f2c48f824014
size 56892

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 11 18:38:33 UTC 2013 - coolo@suse.com
- updated to 1.008010
- Fix a split on undefined value warning (David Golden -- see
https://github.com/gugod/App-perlbrew/issues/305)
- Remove Carp::Always dep
- Fix putting arch path in PERL5LIB
- Refactor Win32 path handling out of ensure_dir_structure_for()
- Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
- Fix ~/perl5/bin missing in $PATH
- Back to 1.008004 with Carp fix since subsequent releases were botched
- Avoid issue where PERL5LIB Carp is older than local::lib one
-------------------------------------------------------------------
Fri Feb 25 20:01:38 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -2,7 +2,7 @@
#
# spec file for package perl-local-lib
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-local-lib
Version: 1.008004
Version: 1.008010
Release: 0
Summary: Create and Use a local Library Directory for Perl Modules
License: Artistic-1.0 or GPL-1.0+
@@ -37,11 +38,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Test::More)
%if 0%{?suse_version} >= 1030
Requires: perl-base = %{perl_version}
%else
Requires: perl
%endif
Requires: perl(CPAN) >= 1.80
Requires: perl(ExtUtils::CBuilder)
Requires: perl(ExtUtils::Install) >= 1.43
@@ -64,6 +60,7 @@ applied a patch to a module of theirs that you need for your application.
%package -n perl-homedir
Summary: Per-user Perl local::lib setup
Group: Development/Libraries/Perl
Requires: %{name} = %{version}-%{release}
Requires: /usr/bin/cpan