Perl 5.36 rebuild

This commit is contained in:
Jitka Plesnikova 2022-05-31 22:03:56 +02:00
parent 654cbb22cf
commit b97cda1777
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: perl-PPI
Version: 1.274
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Parse, Analyze and Manipulate Perl
License: GPL+ or Artistic
URL: https://metacpan.org/release/PPI
@ -94,6 +94,9 @@ make test
%{_mandir}/man3/PPI*.3*
%changelog
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.274-2
- Perl 5.36 rebuild
* Tue May 3 2022 Paul Howarth <paul@city-fan.org> - 1.274-1
- Update to 1.274
- Indentation in here-docs is now preserved (GH#252)