Update to 0.72.

This commit is contained in:
Jose Pedro Oliveira 2007-02-04 16:20:54 +00:00
parent c5134b99f7
commit fd6f8264c0
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
Module-ScanDeps-0.71.tar.gz
Module-ScanDeps-0.72.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Module-ScanDeps
Version: 0.71
Version: 0.72
Release: 1%{?dist}
Summary: Recursively scan Perl code for dependencies
@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Module-ScanDeps-%{v
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Feb 4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.72-1
- Update to 0.72.
- Added perl(Module::Pluggable) to the build requirements list (t/2-pluggable.t).
* Fri Jan 5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.71-1
- Update to 0.71.

View File

@ -1 +1 @@
c8ef0aefa2003453bcdcf548576cdf1e Module-ScanDeps-0.71.tar.gz
249d31c331847611b76ce6439f28e24f Module-ScanDeps-0.72.tar.gz