pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-PPIx-QuoteLike
Module Name: pkgsrc
Committed By: wen
Date: Thu Jul 23 11:02:12 UTC 2020
Modified Files:
pkgsrc/textproc/p5-PPIx-QuoteLike: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile
diff -u pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.6 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.7
--- pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.6 Sun Aug 11 13:23:34 2019
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile Thu Jul 23 11:02:12 2020
@@ -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
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
Index: pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo
diff -u pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.3 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.4
--- pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.3 Tue Jul 2 07:32:18 2019
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo Thu Jul 23 11:02:12 2020
@@ -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