Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-PPIx-QuoteLike-0.011-lp152.1.1 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-PPIx-QuoteLike Distribution: openSUSE Leap 15.2
Version: 0.011 Vendor: openSUSE
Release: lp152.1.1 Build date: Tue Apr 14 21:06:29 2020
Group: Development/Libraries/Perl Build host: sheep86
Size: 140161 Source RPM: perl-PPIx-QuoteLike-0.011-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/PPIx-QuoteLike
Summary: Parse Perl string literals and string-literal-like things
This Perl class parses Perl string literals and things that are reasonably
like string literals. Its real reason for being is to find interpolated
variables for Perl::Critic policies and similar code.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* 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

Files

/usr/lib/perl5/vendor_perl/5.26.1/PPIx
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Constant.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Dumper.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token/Control.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token/Delimiter.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token/Interpolation.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token/String.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token/Structure.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token/Unknown.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Token/Whitespace.pm
/usr/lib/perl5/vendor_perl/5.26.1/PPIx/QuoteLike/Utils.pm
/usr/share/doc/packages/perl-PPIx-QuoteLike
/usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
/usr/share/doc/packages/perl-PPIx-QuoteLike/README
/usr/share/man/man3/PPIx::QuoteLike.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Constant.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Dumper.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Control.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Delimiter.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Interpolation.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::String.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Structure.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Unknown.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Whitespace.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Utils.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024