Revisions of perl-PPIx-QuoteLike

buildservice-autocommit accepted request 1006448 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 34)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1006048 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
- updated to 0.023
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.023		2022-09-16	T. R. Wyant
      Update discouragement notice for variables(), and add a TODO in
      t/variables.t for why.
      Correct normalization of ${^FOO} for PPI. If the caret is present
      the braces are not removed.
buildservice-autocommit accepted request 972544 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 970516 from Tina Müller's avatar Tina Müller (tinita) (revision 31)
- updated to 0.022
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.022		2022-04-15	T. R. Wyant
      Remove 'postderef' argument to new().  Postfix dereference is always
      recognized.
buildservice-autocommit accepted request 969981 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 30)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 967718 from Tina Müller's avatar Tina Müller (tinita) (revision 29)
- updated to 0.021
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.021		2022-04-03	T. R. Wyant
      Recognize postfix deref in '@{[ ... ]}' for determining minimum Perl
      version.  This recognizes all forms of postfix dereference,
      including ->%*, ->&*, and ->**.  NOTE that for now this remains a
      PPIx::QuoteLike::Token::Interpolation.
      Require PPI 1.238 for postfix deref support, and prune code that
      dealt with PPI's old behavior.
      Postfix %*, &*, and ** do not interpolate.
      Correct perl_version_introduced() for interpolated postfix scalar
      deref.
buildservice-autocommit accepted request 964981 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 28)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 964224 from Tina Müller's avatar Tina Müller (tinita) (revision 27)
- updated to 0.020
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.020		2022-03-17	T. R. Wyant
      Correct and optimize the computation of logical column position (the
      one that takes account of tabs).
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 931760 from Tina Müller's avatar Tina Müller (tinita) (revision 26)
- updated to 0.019
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.019		2021-11-15	T. R. Wyant
      Add CONTRIBUTING file.
      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.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 927283 from Tina Müller's avatar Tina Müller (tinita) (revision 25)
- updated to 0.018
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.018		2021-10-22	T. R. Wyant
      Argument postderef 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
buildservice-autocommit accepted request 887831 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 24)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 886955 from Tina Müller's avatar Tina Müller (tinita) (revision 23)
- updated to 0.017
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.017		2021-04-16	T. R. Wyant
      All uses of the postderef argument to new() now warn.
buildservice-autocommit accepted request 884094 from Tina Müller's avatar Tina Müller (tinita) (revision 22)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 882127 from Tina Müller's avatar Tina Müller (tinita) (revision 21)
- updated to 0.016
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.016		2021-03-26	T. R. Wyant
      Add rt.cpan.org back to bug reporting methods. Long live RT!
      Get prerequisites up to snuff, and add xt/author/prereq.t to ensure
      they stay that way.
      Refactor authortest into three, so I do not have to generate stub
      files to test without optional modules.
buildservice-autocommit accepted request 871186 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 20)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 870480 from Tina Müller's avatar Tina Müller (tinita) (revision 19)
- updated to 0.015
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.015		2021-02-05	T. R. Wyant
      Handle <<\EOD and <<~\EOD, which are equivalent to <<'EOD' and
      <<~'EOD', respectively.
      Recognize indented here documents. Thanks to Olaf Alders (oalders)
      for alerting me to this omission.
buildservice-autocommit accepted request 864832 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 18)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 863283 from Tina Müller's avatar Tina Müller (tinita) (revision 17)
- updated to 0.014
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.014		2021-01-14	T. R. Wyant
      Add Travis CI testing.
      Use GitHub as bug tracker. R.I.P. rt.cpan.org.
buildservice-autocommit accepted request 841443 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 16)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 841429 from Tina Müller's avatar Tina Müller (tinita) (revision 15)
- updated to 0.013
   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.013		2020-10-09	T. R. Wyant
      Warn on first use of attribute 'postderef'.
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by