This commit is contained in:
Dennis Gilmore 2014-06-07 03:44:55 -05:00
parent 5343f00636
commit 94193d5fe6

View File

@ -1,6 +1,6 @@
Name: perl-PadWalker
Version: 1.98
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Play with other people's lexical variables
License: GPL+ or Artistic
Group: Development/Libraries
@ -47,6 +47,9 @@ make test
%{_mandir}/man3/PadWalker.3pm*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.98-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Oct 27 2013 Paul Howarth <paul@city-fan.org> - 1.98-1
- Update to 1.98
- Improve peek_sub error handling (CPAN RT#89679)