forked from pool/perl-local-lib
- 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:
committed by
Git OBS Bridge
parent
09312844f8
commit
75c9be3c13
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a0cc5b59faa14d3533856256ab1721d6c29f1822d9508d80a71c0ee4ce05156
|
|
||||||
size 53977
|
|
3
local-lib-1.008010.tar.gz
Normal file
3
local-lib-1.008010.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b0ffbe68cf1375682634cce657d7de1980f5ae98442face3878f2c48f824014
|
||||||
|
size 56892
|
@@ -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
|
Fri Feb 25 20:01:38 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-local-lib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-local-lib
|
Name: perl-local-lib
|
||||||
Version: 1.008004
|
Version: 1.008010
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Create and Use a local Library Directory for Perl Modules
|
Summary: Create and Use a local Library Directory for Perl Modules
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
@@ -37,11 +38,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|||||||
BuildRequires: perl(ExtUtils::ParseXS)
|
BuildRequires: perl(ExtUtils::ParseXS)
|
||||||
BuildRequires: perl(Module::Build) >= 0.28
|
BuildRequires: perl(Module::Build) >= 0.28
|
||||||
BuildRequires: perl(Test::More)
|
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(CPAN) >= 1.80
|
||||||
Requires: perl(ExtUtils::CBuilder)
|
Requires: perl(ExtUtils::CBuilder)
|
||||||
Requires: perl(ExtUtils::Install) >= 1.43
|
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
|
%package -n perl-homedir
|
||||||
Summary: Per-user Perl local::lib setup
|
Summary: Per-user Perl local::lib setup
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: /usr/bin/cpan
|
Requires: /usr/bin/cpan
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user