Changelog for
perl-PPIx-Regexp-0.088-2.1.noarch.rpm :
* Wed Mar 01 2023 Tina Müller
- updated to 0.088 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.088 2023-02-28 T. R. Wyant Remove support for (
*
*{ ... code ... }). This was introduced in Perl 5.37.8 along with a single-splat version. The double-splat version was removed without deprecation in Perl 5.37.9, so it is being removed without deprecation here as well, per my stated policy about development functionality. The single-splat version still exists (and is documented) in Perl 5.37.9, and in this package.
* Sun Jan 29 2023 Tina Müller - updated to 0.087 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.087 2023-01-28 T. R. Wyant Add support for code in optimized regex, a.k.a. (
*{...}). This involved making the recognition of backtracking control more specific, since it also uses (?
*...). If (
*{...}) and (
*
*{...}) are removed from Perl before Perl 5.38.0, support for them will be removed from this package.
* Wed Dec 14 2022 Tina Müller - updated to 0.086 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.086 2022-12-13 T. R. Wyant Add width(), which returns the number of characters matched. Note that an indefinite upper boumd is represented as IEEE 754 Inf if that appears to be supported; otherwise by a singleton object overloaded to allow stringification, numification, and numeric tests. Use width() to enhance the detection of variable-width look-behinds. Serious clean-up on accepts_perl() subsystem.
* Sun Apr 17 2022 Tina Müller - updated to 0.085 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.085 2022-04-16 T. R. Wyant Remove \'postderef\' argument to PPIx::Regexp->new(). Postfix dereference is always recognized.
* Wed Apr 06 2022 Tina Müller - updated to 0.084 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.084 2022-04-02 T. R. Wyant Require PPI 1.238 for postfix deref support, and recode the postfix deref logic in terms of 1.238\'s functionality. Parse \'AATT{[ ... ]}\' as code, not interpolation. This is more in line with what it actually represents, and allows correct versioning of postfix dereferences. But is is an incompatible change.
* Fri Mar 18 2022 Tina Müller - updated to 0.083 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.083 2022-03-17 T. R. Wyant Correct and optimize the computation of logical column position (the one that takes account of tabs).
* Tue Nov 30 2021 Tina Müller - updated to 0.082 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 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.
* Sat Oct 23 2021 Tina Müller - updated to 0.081 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.081 2021-10-22 T. R. Wyant Any use of the postderef argument is now fatal. Correct generation of \'provides\' metadata. Thanks to Favio Poletti for blogging https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/, and ultimately to Joel Berger for the pointer to https://metacpan.org/pod/CPAN::Meta::Spec#no_index Add YAPE::Regex to SEE ALSO
* Sat Apr 17 2021 Tina Müller - updated to 0.080 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.080 2021-04-16 T. R. Wyant All uses of the postderef argument to new() now warn.
* Sat Mar 27 2021 Tina Müller - updated to 0.079 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.079 2021-03-26 T. R. Wyant Get prerequisites up to snuff, and add xt/author/prereq.t to ensure they stay that way. Add rt.cpan.org back to bug reporting methods. Long live RT!
* Fri Jan 29 2021 Tina Müller - updated to 0.078 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.078 2021-01-28 T. R. Wyant Allow CPAN to index Script_Run, Atomic_Script_Run, since they made it into a production release. Allow {,3} and { 0 , 3 } as quantifiers, requiring at least Perl 5.33.6. Previously these parsed as literals. This parse will be retracted if it does not make it into 5.34.0.
* Fri Jan 15 2021 Tina Müller - updated to 0.077 see /usr/share/doc/packages/perl-PPIx-Regexp/Changes 0.077 2021-01-14 T. R. Wyant Add Travis CI testing. Use GitHub as bug tracker. R.I.P. rt.cpan.org.