Revisions of perl-PPIx-Regexp

buildservice-autocommit accepted request 1070670 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 126)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1070478 from Tina Müller's avatar Tina Müller (tinita) (revision 125)
- 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.
buildservice-autocommit accepted request 1066003 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 124)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1065467 from Tina Müller's avatar Tina Müller (tinita) (revision 123)
- 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.
buildservice-autocommit accepted request 1055919 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 122)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1046322 from Tina Müller's avatar Tina Müller (tinita) (revision 121)
- 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.
buildservice-autocommit accepted request 972545 from Tina Müller's avatar Tina Müller (tinita) (revision 120)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 970517 from Tina Müller's avatar Tina Müller (tinita) (revision 119)
- 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.
buildservice-autocommit accepted request 969982 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 118)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 967719 from Tina Müller's avatar Tina Müller (tinita) (revision 117)
- 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 '@{[ ... ]}' 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.
buildservice-autocommit accepted request 964980 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 116)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 964225 from Tina Müller's avatar Tina Müller (tinita) (revision 115)
- 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).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 935404 from Tina Müller's avatar Tina Müller (tinita) (revision 114)
- 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.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 927284 from Tina Müller's avatar Tina Müller (tinita) (revision 113)
- 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
buildservice-autocommit accepted request 887832 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 112)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 886958 from Tina Müller's avatar Tina Müller (tinita) (revision 111)
- 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.
buildservice-autocommit accepted request 884095 from Tina Müller's avatar Tina Müller (tinita) (revision 110)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 882128 from Tina Müller's avatar Tina Müller (tinita) (revision 109)
- 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!
buildservice-autocommit accepted request 868417 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 108)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 867689 from Tina Müller's avatar Tina Müller (tinita) (revision 107)
- 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.
Displaying revisions 1 - 20 of 126
openSUSE Build Service is sponsored by