Perl 5.22 rebuild

This commit is contained in:
Jitka Plesnikova 2015-06-06 19:26:01 +02:00
parent f373c63142
commit 68df6f55be

View File

@ -3,7 +3,7 @@
Name: perl-Package-Stash
Version: 0.37
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Routines for manipulating stashes
Group: Development/Libraries
License: GPL+ or Artistic
@ -104,6 +104,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Package::Stash::PP.3pm*
%changelog
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-2
- Perl 5.22 rebuild
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.37-1
- Update to 0.37
- Fix spurious warning in taint mode (GH#12)