Hello community, here is the log from the commit of package perl-PPIx-Regexp for openSUSE:Factory checked in at 2015-04-15 16:26:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PPIx-Regexp (Old) and /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PPIx-Regexp" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PPIx-Regexp/perl-PPIx-Regexp.changes 2014-02-10 10:17:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new/perl-PPIx-Regexp.changes 2015-04-15 16:26:46.000000000 +0200 @@ -1,0 +2,50 @@ +Tue Apr 14 17:55:40 UTC 2015 - [email protected] + +- updated to 0.039 + see /usr/share/doc/packages/perl-PPIx-Regexp/Changes + + 0.039 2015-04-02 T. R. Wyant + No changes since 0.038_01. + + 0.038_01 2015-03-26 T. R. Wyant + Recognize nested subscripts in interpolation. + Thanks to Andy Lester for finding this, which actually manifested in + Perl-Critic-Policy-Variables-ProhibitUnusedVarsStricter. The problem is + that the actual heuristics for finding the end of an interpolation are + undocumented, and I missed this rather-obvious case. + Add {g} (= {gcb}) + + 0.038 2015-03-09 T. R. Wyant + No changes since 0.037_01. + + 0.037_02 2015-03-01 T. R. Wyant + Make {foo} into an unknown token (and therefore an error. This + applies to {anything}, where 'anything' is anything bur 'gcb', + 'wb', or 'sb'. + + 0.037_01 2015-02-25 T. R. Wyant + Handle the boundary assertions introduced in Perl 5.21.9: '{gcb}' + (grapheme cluster boundary), '{wb}' (word boundary), '{sb}' + (sentence boundary), and the corresponding '\B{...}' constructions. + Similar-looking things like '{foo}' are not recognized as + assertions, and end up being literals. This is less general than I + usually make things, but was done against the possibility that + (e.g.) '{foo}' might be introduced later, requiring + perl_version_released() to return a different number. Any of these + retracted prior to Perl 5.22.0 will simply be removed from + PPIx::Regexp. + + 0.037 2014-11-12 T. R. Wyant + Have PPIx::Regexp::Structure::RegexSet POD recognize that the Perl + docs (specifically perlrecharclass) now call this construction + Extended Bracketed Character Classes, not sets. + + 0.036_01 2014-11-04 T. R. Wyant + Correctly mark the replacement portion of s///ee as code. Prior to + this release it was parsed as though no /e were present. + Make available the number of times a given modifier is asserted + (except for the match semantics modifiers which get handled + differently). See PPIx::Regexp::Token::Modifier->asserted() and + PPIx::Regexp::Tokenizer->modifier() for details. + +------------------------------------------------------------------- Old: ---- PPIx-Regexp-0.036.tar.gz New: ---- PPIx-Regexp-0.039.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PPIx-Regexp.spec ++++++ --- /var/tmp/diff_new_pack.yMp3Zs/_old 2015-04-15 16:26:46.000000000 +0200 +++ /var/tmp/diff_new_pack.yMp3Zs/_new 2015-04-15 16:26:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-PPIx-Regexp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-PPIx-Regexp -Version: 0.036 +Version: 0.039 Release: 0 %define cpan_name PPIx-Regexp Summary: Represent a regular expression of some sort @@ -89,6 +89,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes eg LICENSES README xt +%doc Changes eg LICENSES README %changelog ++++++ PPIx-Regexp-0.036.tar.gz -> PPIx-Regexp-0.039.tar.gz ++++++ ++++ 2414 lines of diff (skipped)
