1.7011 bump

This commit is contained in:
Jitka Plesnikova 2014-09-24 10:34:56 +02:00
parent bb1d4b7598
commit 8f64689c57
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -60,3 +60,4 @@ App-cpanminus-0.9935.tar.gz
/App-cpanminus-1.7001.tar.gz
/App-cpanminus-1.7004.tar.gz
/App-cpanminus-1.7009.tar.gz
/App-cpanminus-1.7011.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-App-cpanminus
Version: 1.7009
Version: 1.7011
Release: 1%{?dist}
Summary: Get, unpack, build and install CPAN modules
License: GPL+ or Artistic
@ -45,6 +45,7 @@ BuildRequires: perl(File::Temp)
# Module::CPANfile not needed for compilation
# Module::Metadata not needed for compilation
BuildRequires: perl(Parse::CPAN::Meta)
BuildRequires: perl(Parse::PMFile)
# POSIX not needed for compilation
# Safe not needed for compilation
BuildRequires: perl(String::ShellQuote)
@ -82,6 +83,7 @@ Requires: perl(Module::CPANfile)
Requires: perl(Module::CoreList)
Requires: perl(Module::Metadata)
# Module::Signature is optional
Requires: perl(Parse::PMFile)
Requires: perl(version::vpp)
# Win32 not used
Requires: perl(YAML)
@ -131,6 +133,9 @@ make test
%{_bindir}/cpanm
%changelog
* Tue Sep 23 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7011-1
- 1.7011 bump
* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7009-1
- 1.7009 bump

View File

@ -1 +1 @@
67b4d4c29fb8128e747b3585905ad411 App-cpanminus-1.7009.tar.gz
097fb13a60e770f2ef4313c37e93000c App-cpanminus-1.7011.tar.gz