0.30 bump

This commit is contained in:
Petr Písař 2014-01-27 13:50:41 +01:00
parent bd426f7a68
commit ca82bcad09
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Module-Load-0.12.tar.gz
/Module-Load-0.24.tar.gz
/Module-Load-0.28.tar.gz
/Module-Load-0.30.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Module-Load
# Epoch to compete with perl.spec
Epoch: 1
Version: 0.28
Version: 0.30
Release: 1%{?dist}
Summary: Run-time require of both modules and files
License: GPL+ or Artistic
@ -14,6 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# Run-time:
BuildRequires: perl(File::Spec)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(Exporter)
BuildRequires: perl(lib)
@ -54,6 +55,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Jan 27 2014 Petr Pisar <ppisar@redhat.com> - 1:0.30-1
- 0.30 bump
* Tue Jan 07 2014 Petr Pisar <ppisar@redhat.com> - 1:0.28-1
- 0.28 bump

View File

@ -1 +1 @@
93164909fa15c61d26c03f930ef345e6 Module-Load-0.28.tar.gz
828060b6c19f63f474957cf54bd46c68 Module-Load-0.30.tar.gz