summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2020-07-23 11:02:12 +0000
committerwen <wen@pkgsrc.org>2020-07-23 11:02:12 +0000
commit63c684b6d6e53f2885fedff0d678700bf164a940 (patch)
tree11ec75d5b45d90a9724dcb69fbd12bc5d12deb57 /textproc
parent5bce63279f19fbb3c03de88a7883d1d006113d6c (diff)
downloadpkgsrc-63c684b6d6e53f2885fedff0d678700bf164a940.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/p5-PPIx-QuoteLike/Makefile6
-rw-r--r--textproc/p5-PPIx-QuoteLike/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-PPIx-QuoteLike/Makefile b/textproc/p5-PPIx-QuoteLike/Makefile
index b06a5a40301..b18aff14134 100644
--- a/textproc/p5-PPIx-QuoteLike/Makefile
+++ b/textproc/p5-PPIx-QuoteLike/Makefile
@@ -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 @@ COMMENT= Parse Perl string literals and string-literal-like things
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 --git a/textproc/p5-PPIx-QuoteLike/distinfo b/textproc/p5-PPIx-QuoteLike/distinfo
index 79958d68ed6..260b2bbb1b2 100644
--- a/textproc/p5-PPIx-QuoteLike/distinfo
+++ b/textproc/p5-PPIx-QuoteLike/distinfo
@@ -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