Package Release Info

perl-PPIx-QuoteLike-0.011-bp152.1.2

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-PPIx-QuoteLike

Change Logs

* Wed Apr 01 2020 <timueller+perl@suse.de>
- updated to 0.011
  see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.011		2020-03-31	T. R. Wyant
    Normalize interpolation before feeding to PPI. This produces a
    more-easily-analyzed PPI parse.
    The ->variables() method is now discouraged. It was written to support
    Perl::Critic::Policy::Variables::ProhibitUnusedVarsStricter, but turned
    out to be inadequate for the job.
    Deprecate new() argument postderef. At this stage it is only
    documented as deprecated. In the first release after October 1 2020
    it will warn on the first use. Eventually it will be retracted, and
    postfix dereferences will always be recognized. This is the default
    behavior now.
    Correct bracket matchers to accept multiple lines. This was, in some
    cases, causing interpolations to be misclassified as unknown tokens.
* Tue Mar 10 2020 <timueller+perl@suse.de>
- updated to 0.010
  see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.010		2020-03-09	T. R. Wyant
    Remove redundant and poorly-performing code introduced in version
    0.009.
* Fri Feb 28 2020 <timueller+perl@suse.de>
- updated to 0.009
  see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.009		2020-02-27	T. R. Wyant
    Add new() argument index_locations which causes locations to be
    indexed during the parse. This defaults based on whether a location
    argument was provided, and whether the string being parsed is a
    PPI::Element.
    Add method statement(), which returns the PPI statement containing
    the string element, or nothing if none.
    Add PPI::Element location methods, to wit: location(),
    column_number(), line_number(), logical_filename(),
    logical_line_number(), and visual_column_number().
    Add PPIx::QuoteLike::Utils::is_ppi_quotelike_element() which returns
    true if the argument is a PPI::Element of interest to us.
    All objects now have a variables() method inherited from
    PPIx::QuoteLike::Token. This method returns nothing unless
    overridden. It was added to eliminate $elem->can( 'variables' )
    ad-hocery.
    Eliminate redirections in POD URL links
* Sat Aug 17 2019 Stephan Kulow <coolo@suse.com>
- updated to 0.008
  see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.008		2019-08-16	T. R. Wyant
    Fix broken POD links, and add test to ensure they stay fixed.
* Sat Jun 01 2019 Stephan Kulow <coolo@suse.com>
- updated to 0.007
  see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
  0.007		2019-05-31	T. R. Wyant
    Prohibit interpolation inside \N{...}.
    Fix error message in eg/pqldump
    Allow PPIx::QuoteLike::Utils::__variables() to take a PPI::Element
    (rather than PPI::Node), PPIx::Regexp::Element, PPIx::QuoteLike, or
    PPIx::QuoteLike::Token.
    Add eg/variables
* Wed Apr 03 2019 Stephan Kulow <coolo@suse.com>
- initial package 0.006
  * created by cpanspec 1.78.09