|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-PPI
|
|
|
|
|
Version: 1.220
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/PPI/
|
|
|
|
@ -126,6 +126,9 @@ make test TEST_FILES="xt/*.t" RELEASE_TESTING=1
|
|
|
|
|
%{_mandir}/man3/PPI*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.220-2
|
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 12 2014 Paul Howarth <paul@city-fan.org> - 1.220-1
|
|
|
|
|
- Update to 1.220
|
|
|
|
|
- Incompatible behavior fixes on PPI::Statement::Sub->prototype
|
|
|
|
|