Update to 0.13.
This commit is contained in:
parent
5b2dd706a4
commit
299f55d080
@ -1 +1 @@
|
||||
Sub-Uplevel-0.12.tar.gz
|
||||
Sub-Uplevel-0.13.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user