#6 0.082 bump
Merged 2 years ago by mspacek. Opened 2 years ago by mspacek.
rpms/ mspacek/perl-PPIx-Regexp rawhide  into  rawhide

file modified
+1
@@ -70,3 +70,4 @@ 

  /PPIx-Regexp-0.079.tar.gz

  /PPIx-Regexp-0.080.tar.gz

  /PPIx-Regexp-0.081.tar.gz

+ /PPIx-Regexp-0.082.tar.gz

file modified
+4 -1
@@ -2,7 +2,7 @@ 

  %bcond_with perl_PPIx_Regexp_enables_optional_test

  

  Name:           perl-PPIx-Regexp

- Version:        0.081

+ Version:        0.082

  Release:        1%{?dist}

  Summary:        Represent a regular expression of some sort

  License:        GPL+ or Artistic
@@ -124,6 +124,9 @@ 

  %{_libexecdir}/%{name}

  

  %changelog

+ * Wed Jan 05 2022 Michal Josef Špaček <mspacek@redhat.com> - 0.082-1

+ - 0.082 bump

+ 

  * Mon Oct 25 2021 Michal Josef Špaček <mspacek@redhat.com> - 0.081-1

  - 0.081 bump

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (PPIx-Regexp-0.081.tar.gz) = 823b9e409ad1ae0c0fea3584817e26002e3ec657b7cf5b0b8a9f36fc26fae54b3f668ae49e8a34bfbd4f794a2b6c532df6fdd2f0fffb893d096b6638eb5b57ac

+ SHA512 (PPIx-Regexp-0.082.tar.gz) = ba8565a41252328cb0d951c780e5d688138683d8d3fad1e7ffd73bd555c9e420b2318c995baefedff02b2f9a6af53ed73641cd09c39e91f30d81e3ecde90068e

0.082 2021-11-29 T. R. Wyant

Add --version to eg/predump, and document all options with double
dashes.

Silence 'uninitialized' warning generated by /(?<=.{35})/.
Thanks to Brian Fraser for reporting this.

Try to quell weird Win32 test failures which seem to occur only in
tests where I am using 'use open' to put the standard handles into
UTF-8 mode. The fix (I hope) is to do this to the Test::Harness
handles at run time instead of to the standard handles at compile
time.

Add file CONTRIBUTING.

Pull-Request has been merged by mspacek

2 years ago