[perlbrew] update to 0.24

Iain Arnell iarnell at fedoraproject.org
Wed Jun 8 13:11:49 UTC 2011


commit caba4a7f254ec03b9f7c687ac0db787d668d256f
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Jun 8 15:06:49 2011 +0200

    update to 0.24

 .gitignore    |    1 +
 perlbrew.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27d59a8..97d3d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /App-perlbrew-0.20.tar.gz
 /App-perlbrew-0.22.tar.gz
 /App-perlbrew-0.23.tar.gz
+/App-perlbrew-0.24.tar.gz
diff --git a/perlbrew.spec b/perlbrew.spec
index 24911e7..9bd2d61 100644
--- a/perlbrew.spec
+++ b/perlbrew.spec
@@ -1,5 +1,5 @@
 Name:           perlbrew
-Version:        0.23
+Version:        0.24
 Release:        1%{?dist}
 Summary:        Manage perl installations in your $HOME
 License:        MIT
@@ -49,6 +49,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
+# no Test::Spec (yet)
+rm t/installation2.t
 make test
 
 %files
@@ -59,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 08 2011 Iain Arnell <iarnell at gmail.com> 0.24-1
+- update to latest upstream version
+
 * Fri Jun 03 2011 Iain Arnell <iarnell at gmail.com> 0.23-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 2a75f48..3cc1309 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3836fe333bdf84b37ebfb47ca0175cf3  App-perlbrew-0.23.tar.gz
+2618a5a879f40da2f364216088c07b99  App-perlbrew-0.24.tar.gz



More information about the perl-devel mailing list