Update to 0.13.

This commit is contained in:
Jose Pedro Oliveira 2006-06-23 11:19:36 +00:00
parent 5b2dd706a4
commit 299f55d080
3 changed files with 10 additions and 3 deletions

View File

@ -1 +1 @@
Sub-Uplevel-0.12.tar.gz
Sub-Uplevel-0.13.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Sub-Uplevel
Version: 0.12
Version: 0.13
Release: 1%{?dist}
Summary: Run a perl function in an upper stack frame
@ -11,6 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -35,6 +37,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%check
# Pod coverage fails if AUTHOR_TESTING defined.
# AUTHOR_TESTING=1 ./Build test
./Build test
@ -50,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jun 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.13-1
- Update to 0.13.
* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.12-1
- Update to 0.12.
- Makefile.PL -> Build.PL.

View File

@ -1 +1 @@
1cf578951ee9f5b02108017658e703ba Sub-Uplevel-0.12.tar.gz
16ea7df857d28cbf50ef668fe19559f7 Sub-Uplevel-0.13.tar.gz