0.011 bump

Fixes compatibility with perl-5.10 and older, so no need to back-port
it.
This commit is contained in:
Petr Písař 2011-10-25 13:39:00 +02:00
parent cc5139d410
commit 93f67aa0ac
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/Module-Runtime-0.008.tar.gz
/Module-Runtime-0.009.tar.gz
/Module-Runtime-0.010.tar.gz
/Module-Runtime-0.011.tar.gz

View File

@ -1,6 +1,6 @@
# This file is licensed under the terms of GNU GPLv2+.
Name: perl-Module-Runtime
Version: 0.010
Version: 0.011
Release: 1%{?dist}
Summary: Runtime module handling
License: GPL+ or Artistic
@ -45,6 +45,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_mandir}/man3/*
%changelog
* Tue Oct 25 2011 Petr Pisar <ppisar@redhat.com> - 0.011-1
- 0.011 bump
* Fri Oct 07 2011 Petr Pisar <ppisar@redhat.com> - 0.010-1
- 0.010 bump

View File

@ -1 +1 @@
069e890c996c99d283070e7aad3de10b Module-Runtime-0.010.tar.gz
d0d2ab338c5bb2769a8f7db200cfdb2b Module-Runtime-0.011.tar.gz