Update to 0.019

- New upstream release 0.019
  - Add CONTRIBUTING file
  - Try to quell weird Win32 test failures that seem to occur only in tests
    where I am using 'use open' to put the standard handles into UTF-8 mode;
    the fix (hopefully) is to do this to the Test::Harness handles at run time
    instead of to the standard handles at compile time
epel9 imports/e9/perl-PPIx-QuoteLike-0.019-1.el9
Paul Howarth 3 years ago
parent d7bfcfb2d0
commit 8ae0c9f191

1
.gitignore vendored

@ -12,3 +12,4 @@
/PPIx-QuoteLike-0.016.tar.gz /PPIx-QuoteLike-0.016.tar.gz
/PPIx-QuoteLike-0.017.tar.gz /PPIx-QuoteLike-0.017.tar.gz
/PPIx-QuoteLike-0.018.tar.gz /PPIx-QuoteLike-0.018.tar.gz
/PPIx-QuoteLike-0.019.tar.gz

@ -2,7 +2,7 @@
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp %bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
Name: perl-PPIx-QuoteLike Name: perl-PPIx-QuoteLike
Version: 0.018 Version: 0.019
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parse Perl string literals and string-literal-like things Summary: Parse Perl string literals and string-literal-like things
License: GPL+ or Artistic License: GPL+ or Artistic
@ -107,7 +107,7 @@ make test
%files %files
%license LICENSES/* %license LICENSES/*
%doc Changes eg README %doc Changes CONTRIBUTING eg README
%{perl_vendorlib}/PPIx/ %{perl_vendorlib}/PPIx/
%{_mandir}/man3/PPIx::QuoteLike*.3* %{_mandir}/man3/PPIx::QuoteLike*.3*
@ -115,6 +115,14 @@ make test
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Tue Nov 16 2021 Paul Howarth <paul@city-fan.org> - 0.019-1
- Update to 0.019
- Add CONTRIBUTING file
- Try to quell weird Win32 test failures that seem to occur only in tests
where I am using 'use open' to put the standard handles into UTF-8 mode;
the fix (hopefully) is to do this to the Test::Harness handles at run time
instead of to the standard handles at compile time
* Fri Oct 22 2021 Paul Howarth <paul@city-fan.org> - 0.018-1 * Fri Oct 22 2021 Paul Howarth <paul@city-fan.org> - 0.018-1
- Update to 0.018 - Update to 0.018
- Argument postderef is now fatal - Argument postderef is now fatal

@ -1 +1 @@
SHA512 (PPIx-QuoteLike-0.018.tar.gz) = a404e26461dce9be3b49d3ac52fe3d539fccb650cede1eb600762b108fa27de9036b851a5c7edfa325ae70cddc427810da71c788fb300577f14bc89adc34f90f SHA512 (PPIx-QuoteLike-0.019.tar.gz) = 916ec0298122721cae57ee04ac79ace7f1d4667452ba6b9293bffe77d0b34c26f84780046b3f8d595bc3dc39147b46a6b879c091e36a31ce04a62f5af3524340

Loading…
Cancel
Save