8
0
Stephan Kulow
2014-09-15 16:00:46 +00:00
committed by Git OBS Bridge
parent e061ae0797
commit 00ac3e63c2
4 changed files with 55 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b13aedd5454cdc93d6480c5153f0823e72c6793f1fc124b220b2ec29e53421e
size 84742

3
App-perlbrew-0.71.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e5de7c4d5235556f6cd5c5e56751fb2d73821ef58390e457db4253542224a09
size 82181

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 15 15:44:39 UTC 2014 - coolo@suse.com
- updated to 0.71
- Fix a few bugs of having unwanted values in PERL5LIB when switching between libs
0.70: # 2014-09-02T20:41:15+0900
- download the fatpacked perlbrew from an http:// url.
- protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++
- avoid several warnings, thanks to DabeDotCom++
- making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see also https://github.com/gugod/App-perlbrew/pull/404
- make it possible to override PERLBREWURL before invoking installers
0.69: # 2014-06-10T23:32:05+0200
- fix 'perlbrew env' breakage by just avoiding bad local::lib versions.
0.68: # 2014-06-07T15:08:00+0200
- disable SSL cert checks. GH #385.
- "perlbrew download stable" works as on expects. GH #383
- Many fish shell fixes. GH #376 #378 #379
- make 5.21 installable. GH #396
- various documentation fixes.
-------------------------------------------------------------------
Mon Mar 17 13:15:01 UTC 2014 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-App-perlbrew
Version: 0.67
Version: 0.71
Release: 0
%define cpan_name App-perlbrew
Summary: Manage perl installations in your $HOME
@@ -29,21 +29,27 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Perl::Releases) >= 1.26
BuildRequires: perl(Capture::Tiny) >= 0.22
BuildRequires: perl(Devel::PatchPerl) >= 1.00
BuildRequires: perl(IO::All) >= 0.46
BuildRequires: perl(Path::Class)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Output) >= 0.04
BuildRequires: perl(Test::Simple) >= 0.98
BuildRequires: perl(Test::Spec) >= 0.46
BuildRequires: perl(local::lib) >= 1.008026
Requires: perl(CPAN::Perl::Releases) >= 1.26
Requires: perl(Capture::Tiny) >= 0.22
Requires: perl(Devel::PatchPerl) >= 1.00
Requires: perl(local::lib) >= 1.008026
BuildRequires: perl(CPAN::Perl::Releases) >= 1.84
BuildRequires: perl(Capture::Tiny) >= 0.25
BuildRequires: perl(Devel::PatchPerl) >= 1.24
BuildRequires: perl(File::Temp) >= 0.2304
BuildRequires: perl(IO::All) >= 0.51
BuildRequires: perl(Path::Class) >= 0.33
BuildRequires: perl(Pod::Parser) >= 1.62
BuildRequires: perl(Pod::Usage) >= 1.64
BuildRequires: perl(Test::Exception) >= 0.32
BuildRequires: perl(Test::More) >= 1.001002
BuildRequires: perl(Test::NoWarnings) >= 1.04
BuildRequires: perl(Test::Output) >= 1.03
BuildRequires: perl(Test::Simple) >= 1.001002
BuildRequires: perl(Test::Spec) >= 0.47
BuildRequires: perl(local::lib) >= 2.000014
Requires: perl(CPAN::Perl::Releases) >= 1.84
Requires: perl(Capture::Tiny) >= 0.25
Requires: perl(Devel::PatchPerl) >= 1.24
Requires: perl(Pod::Parser) >= 1.62
Requires: perl(Pod::Usage) >= 1.64
Requires: perl(local::lib) >= 2.000014
%{perl_requires}
# MANUAL
BuildRequires: groff
@@ -51,11 +57,13 @@ BuildRequires: wget
%description
perlbrew is a program to automate the building and installation of perl in
an easy way. It installs everything to '~/perl5/perlbrew', and requires you
to tweak your PATH by including a bashrc/cshrc file it provides. You then
can benefit from not having to run 'sudo' commands to install cpan modules
because those are installed inside your HOME too. It provides multiple
isolated perl environments, and a mechanism for you to switch between them.
an easy way. It provides multiple isolated perl environments, and a
mechanism for you to switch between them.
Everything are installed unter '~/perl5/perlbrew'. You then need to include
a bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
benefit from not having to run 'sudo' commands to install cpan modules
because those are installed inside your HOME too.
For the documentation of perlbrew usage see the perlbrew manpage command on
CPAN, or by running 'perlbrew help'. The following documentation features