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

perl-PPIx-QuoteLike-0.023-2.fc37 RPM for noarch

From Fedora 37 for s390x / p

Name: perl-PPIx-QuoteLike Distribution: Fedora Project
Version: 0.023 Vendor: Fedora Project
Release: 2.fc37 Build date: Sat Sep 17 14:44:44 2022
Group: Unspecified Build host: buildvm-s390x-25.s390.fedoraproject.org
Size: 172646 Source RPM: perl-PPIx-QuoteLike-0.023-2.fc37.src.rpm
Packager: Fedora Project
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

GPL-1.0-or-later OR Artistic-1.0-Perl

Changelog

* Sat Sep 17 2022 Paul Howarth <paul@city-fan.org> - 0.023-2
  - Use SPDX-format license tag
* Fri Sep 16 2022 Paul Howarth <paul@city-fan.org> - 0.023-1
  - Update to 0.023 (rhbz#2127475)
    - 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
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.022-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.022-2
  - Perl 5.36 rebuild
* Sat Apr 16 2022 Paul Howarth <paul@city-fan.org> - 0.022-1
  - Update to 0.022
    - Remove 'postderef' argument to new(); postfix dereference is always
      recognized
* Sun Apr 03 2022 Paul Howarth <paul@city-fan.org> - 0.021-1
  - Update to 0.021
    - Recognize postfix deref in '@{[ ... ]}' for determining minimum Perl
      version; this recognizes all forms of postfix dereference, including ->%*,
      ->&*, and ->** (NOTE: 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
* Tue Mar 22 2022 Adam Williamson <awilliam@redhat.com> - 0.020-2
  - Rebuild with no changes to fix update mess on F36
* Thu Mar 17 2022 Paul Howarth <paul@city-fan.org> - 0.020-1
  - Update to 0.020
    - Correct and optimize the computation of logical column position (the one
      that takes account of tabs)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.019-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 16 2021 Paul Howarth <paul@city-fan.org> - 0.019-1
  - Update to 0.019
    - Add CONTRIBUTING file
    - Try to quell weird Win32 test failures that seem to occur only in tests
      where I am using 'use open' to put the standard handles into UTF-8 mode;
      the fix (hopefully) is to do this to the Test::Harness handles at run time
      instead of to the standard handles at compile time
* Fri Oct 22 2021 Paul Howarth <paul@city-fan.org> - 0.018-1
  - Update to 0.018
    - Argument postderef is now fatal
    - Correct generation of 'provides' metadata
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.017-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.017-2
  - Perl 5.34 rebuild
* Fri Apr 16 2021 Paul Howarth <paul@city-fan.org> - 0.017-1
  - Update to 0.017
    - All uses of the postderef argument to new() now warn
  - Fix permissions verbosely
  - Make %files list more explicit
* Fri Mar 26 2021 Petr Pisar <ppisar@redhat.com> - 0.016-1
  - 0.016 bump
  - Package tests
* Fri Feb 05 2021 Petr Pisar <ppisar@redhat.com> - 0.015-1
  - 0.015 bump
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 14 2021 Petr Pisar <ppisar@redhat.com> - 0.014-1
  - 0.014 bump
* Fri Oct 09 2020 Petr Pisar <ppisar@redhat.com> - 0.013-1
  - 0.013 bump

Files

/usr/share/doc/perl-PPIx-QuoteLike
/usr/share/doc/perl-PPIx-QuoteLike/CONTRIBUTING
/usr/share/doc/perl-PPIx-QuoteLike/Changes
/usr/share/doc/perl-PPIx-QuoteLike/README
/usr/share/doc/perl-PPIx-QuoteLike/eg
/usr/share/doc/perl-PPIx-QuoteLike/eg/README
/usr/share/doc/perl-PPIx-QuoteLike/eg/pqldump
/usr/share/doc/perl-PPIx-QuoteLike/eg/variables
/usr/share/licenses/perl-PPIx-QuoteLike
/usr/share/licenses/perl-PPIx-QuoteLike/Artistic
/usr/share/licenses/perl-PPIx-QuoteLike/Copying
/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
/usr/share/perl5/vendor_perl/PPIx
/usr/share/perl5/vendor_perl/PPIx/QuoteLike
/usr/share/perl5/vendor_perl/PPIx/QuoteLike.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Constant.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Dumper.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Control.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Delimiter.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Interpolation.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/String.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Structure.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Unknown.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Whitespace.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Utils.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 21:25:34 2024