Update to 0.18. BR Test::More.
This commit is contained in:
parent
7fac4ea0a6
commit
45d254adb8
@ -1 +1 @@
|
||||
Module-Load-Conditional-0.16.tar.gz
|
||||
Module-Load-Conditional-0.18.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-Load-Conditional
|
||||
Version: 0.16
|
||||
Release: 2%{?dist}
|
||||
Version: 0.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Looking up module information / loading at runtime
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -12,6 +12,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
BuildRequires: perl(Module::Load)
|
||||
BuildRequires: perl(Params::Check)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(version) >= 0.69
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
@ -49,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.18-1
|
||||
- Update to 0.18.
|
||||
- BR Test::More.
|
||||
|
||||
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.16-2
|
||||
- BR ExtUtils::MakeMaker.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user