- update to 0.85

- add BR on File::Spec
This commit is contained in:
Chris Weyl 2009-04-26 07:54:35 +00:00
parent 9ac6cba8c7
commit 2ef2aabeae
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
Module-Install-0.82.tar.gz
Module-Install-0.85.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Module-Install
Version: 0.82
Version: 0.85
Release: 1%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL+ or Artistic
@ -20,6 +20,7 @@ BuildRequires: perl(ExtUtils::Install)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::ParseXS)
BuildRequires: perl(File::Remove) >= 1.42
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::CoreList)
BuildRequires: perl(Module::ScanDeps)
@ -75,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sun Apr 26 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.85-1
- update to 0.85
- add BR on File::Spec
* Thu Apr 09 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.82-1
- update to 0.82

View File

@ -1 +1 @@
2f59ef8113eaedababebf111460086f2 Module-Install-0.82.tar.gz
849e7cff274c4fb674ac26d4f3c23cb3 Module-Install-0.85.tar.gz