Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-PPIx-QuoteLike Update to 0.011



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cb3d8436f28
branches:  trunk
changeset: 436009:7cb3d8436f28
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Jul 23 11:02:12 2020 +0000

description:
Update to 0.011

Upstream 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.

0.010           2020-03-09      T. R. Wyant
    Remove redundant and poorly-performing code introduced in version
    0.009.

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

0.008           2019-08-16      T. R. Wyant
    Fix broken POD links, and add test to ensure they stay fixed.

diffstat:

 textproc/p5-PPIx-QuoteLike/Makefile |   6 +++---
 textproc/p5-PPIx-QuoteLike/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 3aa0ec875e2f -r 7cb3d8436f28 textproc/p5-PPIx-QuoteLike/Makefile
--- a/textproc/p5-PPIx-QuoteLike/Makefile       Thu Jul 23 09:35:44 2020 +0000
+++ b/textproc/p5-PPIx-QuoteLike/Makefile       Thu Jul 23 11:02:12 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2019/08/11 13:23:34 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/07/23 11:02:12 wen Exp $
 
-DISTNAME=      PPIx-QuoteLike-0.007
+DISTNAME=      PPIx-QuoteLike-0.011
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
 
@@ -12,6 +11,7 @@
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-PPI>=1.117:../../devel/p5-PPI
+DEPENDS+=      p5-Readonly>=0:../../devel/p5-Readonly
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/PPIx/QuoteLike/.packlist
diff -r 3aa0ec875e2f -r 7cb3d8436f28 textproc/p5-PPIx-QuoteLike/distinfo
--- a/textproc/p5-PPIx-QuoteLike/distinfo       Thu Jul 23 09:35:44 2020 +0000
+++ b/textproc/p5-PPIx-QuoteLike/distinfo       Thu Jul 23 11:02:12 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/07/02 07:32:18 wen Exp $
+$NetBSD: distinfo,v 1.4 2020/07/23 11:02:12 wen Exp $
 
-SHA1 (PPIx-QuoteLike-0.007.tar.gz) = 6512516b01c53d45db3c1c8e02e5d9335c021b0e
-RMD160 (PPIx-QuoteLike-0.007.tar.gz) = 6be076ecce3df0df86f98f015d3b5e97a34590b2
-SHA512 (PPIx-QuoteLike-0.007.tar.gz) = f3d56abebd7237769441b13de4c79744787eb2c4535844557a858bdda9cdedd2c9a8ab9359ef61bb67ec62dae61103753f0dbfac821b0be572038250eab14852
-Size (PPIx-QuoteLike-0.007.tar.gz) = 57682 bytes
+SHA1 (PPIx-QuoteLike-0.011.tar.gz) = 690b20dde493879b0337fd7e2f53f3565908e395
+RMD160 (PPIx-QuoteLike-0.011.tar.gz) = 22ac605865145aa0926d3f8785d955def6b11804
+SHA512 (PPIx-QuoteLike-0.011.tar.gz) = 6c5eb263e0b39d5d665623831c3b8e24099e6023c48893f0ecfef902446eff1533170c6996f4a62367c1dd9eb50e8fd3a444447e2a9c3cffdc8ff30114d994ee
+Size (PPIx-QuoteLike-0.011.tar.gz) = 66410 bytes



Home | Main Index | Thread Index | Old Index