1
0

- updated to 0.42

- Improvement: die when running perlbrew (use|switch) with unknown installation name.
  - clean 'build.log' on install. ref: RT #69168.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2012-05-25 03:30:03 +00:00
committed by Git OBS Bridge
parent 95c8f58b77
commit 6a4212f8c6
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 25 03:28:46 UTC 2012 - coolo@suse.com
- updated to 0.42
- Improvement: die when running perlbrew (use|switch) with unknown installation name.
- clean 'build.log' on install. ref: RT #69168.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 21 09:03:00 UTC 2012 - coolo@suse.com Tue Feb 21 09:03:00 UTC 2012 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-App-perlbrew Name: perl-App-perlbrew
Version: 0.41 Version: 0.42
Release: 0 Release: 0
%define cpan_name App-perlbrew %define cpan_name App-perlbrew
Summary: Manage perl installations in your $HOME Summary: Manage perl installations in your $HOME
@@ -70,7 +70,6 @@ your want to read.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor