Update to 0.24.

This commit is contained in:
Steven Pritchard 2008-01-28 20:26:15 +00:00
parent 45d254adb8
commit a677c21358
3 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
Module-Load-Conditional-0.18.tar.gz
Module-Load-Conditional-0.24.tar.gz

View File

@ -1,8 +1,8 @@
Name: perl-Module-Load-Conditional
Version: 0.18
Version: 0.24
Release: 1%{?dist}
Summary: Looking up module information / loading at runtime
License: GPL or Artistic
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Load-Conditional/
Source0: http://www.cpan.org/authors/id/K/KA/KANE/Module-Load-Conditional-%{version}.tar.gz
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Locale::Maketext::Simple)
BuildRequires: perl(Module::Load)
BuildRequires: perl(Module::Load) >= 0.11
BuildRequires: perl(Params::Check)
BuildRequires: perl(Test::More)
BuildRequires: perl(version) >= 0.69
@ -50,6 +50,14 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.24-1
- Update to 0.24.
* Mon Oct 15 2007 Steven Pritchard <steve@kspei.com> 0.22-1
- Update to 0.22.
- Update License tag.
- Update BR Module::Load to >= 0.11.
* Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.18-1
- Update to 0.18.
- BR Test::More.

View File

@ -1 +1 @@
8c5c2b0ae465cbbcca433bd8a2040ec3 Module-Load-Conditional-0.18.tar.gz
16d5466b029a1e368e6ee1d044dd90c9 Module-Load-Conditional-0.24.tar.gz