- auto-update to 0.29 (by cpan-spec-update 0.01)
- altered br on perl(Module::Build) (0 => 0.35) - altered br on perl(Test::Builder) (0 => 0.7) - altered br on perl(Test::Builder::Tester) (0 => 1.07) - added a new br on perl(Test::Harness) (version 2.03) - added a new br on perl(Test::More) (version 0.7) - added a new br on perl(Test::Simple) (version 0.7)
This commit is contained in:
parent
881d7f79d6
commit
e0cb4e4982
@ -1 +1 @@
|
|||||||
Test-Exception-0.27.tar.gz
|
Test-Exception-0.29.tar.gz
|
||||||
|
@ -1,21 +1,26 @@
|
|||||||
Name: perl-Test-Exception
|
Name: perl-Test-Exception
|
||||||
Version: 0.27
|
Version: 0.29
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library of test functions for exception based Perl code
|
Summary: Library of test functions for exception based Perl code
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Test-Exception/
|
URL: http://search.cpan.org/dist/Test-Exception/
|
||||||
Source0: http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.35
|
||||||
BuildRequires: perl(Pod::Coverage)
|
BuildRequires: perl(Pod::Coverage)
|
||||||
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
||||||
BuildRequires: perl(Test::Builder)
|
BuildRequires: perl(Test::Builder) >= 0.7
|
||||||
BuildRequires: perl(Test::Builder::Tester)
|
BuildRequires: perl(Test::Builder::Tester) >= 1.07
|
||||||
|
BuildRequires: perl(Test::Harness) >= 2.03
|
||||||
|
BuildRequires: perl(Test::More) >= 0.7
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
|
BuildRequires: perl(Test::Simple) >= 0.7
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
|
%{?perl_default_filter}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides a few convenience methods for testing exception
|
This module provides a few convenience methods for testing exception
|
||||||
based code. It is built with Test::Builder and plays happily with
|
based code. It is built with Test::Builder and plays happily with
|
||||||
@ -51,6 +56,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 28 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.29-1
|
||||||
|
- auto-update to 0.29 (by cpan-spec-update 0.01)
|
||||||
|
- altered br on perl(Module::Build) (0 => 0.35)
|
||||||
|
- altered br on perl(Test::Builder) (0 => 0.7)
|
||||||
|
- altered br on perl(Test::Builder::Tester) (0 => 1.07)
|
||||||
|
- added a new br on perl(Test::Harness) (version 2.03)
|
||||||
|
- added a new br on perl(Test::More) (version 0.7)
|
||||||
|
- added a new br on perl(Test::Simple) (version 0.7)
|
||||||
|
|
||||||
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.27-5
|
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.27-5
|
||||||
- rebuild against perl 5.10.1
|
- rebuild against perl 5.10.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user