1.6915 bump

This commit is contained in:
Petr Písař 2013-05-16 11:41:48 +02:00
parent 188eca270c
commit 76ba318df2
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -52,3 +52,4 @@ App-cpanminus-0.9935.tar.gz
/App-cpanminus-1.6912.tar.gz
/App-cpanminus-1.6913.tar.gz
/App-cpanminus-1.6914.tar.gz
/App-cpanminus-1.6915.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-App-cpanminus
Version: 1.6914
Version: 1.6915
Release: 1%{?dist}
Summary: Get, unpack, build and install CPAN modules
License: GPL+ or Artistic
@ -15,6 +15,7 @@ BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Required by bin/cpanm
Requires: perl(base)
Requires: perl(Carp)
Requires: perl(constant)
# CPAN::DistnameInfo bundled
# CPAN::Meta not used
@ -29,7 +30,8 @@ Requires: perl(constant)
Requires: perl(Cwd)
Requires: perl(Digest::SHA)
Requires: perl(Encode)
Requires: perl(Exporter)
# Exporter bundled
# Exporter::Heavy bundled
Requires: perl(ExtUtils::Install) >= 1.46
Requires: perl(ExtUtils::MakeMaker) >= 6.31
Requires: perl(File::Path)
@ -93,6 +95,9 @@ make test
%{_bindir}/cpanm
%changelog
* Thu May 16 2013 Petr Pisar <ppisar@redhat.com> - 1.6915-1
- 1.6915 bump
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 1.6914-1
- 1.6914 bump

View File

@ -1 +1 @@
262693b95e14c172e834c00f2eb46b7e App-cpanminus-1.6914.tar.gz
8f8c8c91d1bce9c134c56698b43fec0c App-cpanminus-1.6915.tar.gz