Sat May 29 01:19:08 2021 UTC ()
Update to 0.017

Upstream changes:
0.017           2021-04-16      T. R. Wyant
    All uses of the postderef argument to new() now warn.

0.016           2021-03-26      T. R. Wyant
    Add rt.cpan.org back to bug reporting methods. Long live RT!

    Get prerequisites up to snuff, and add xt/author/prereq.t to ensure
    they stay that way.

    Refactor authortest into three, so I do not have to generate stub
    files to test without optional modules.

0.015           2021-02-05      T. R. Wyant
    Handle <<\EOD and <<~\EOD, which are equivalent to <<'EOD' and
    <<~'EOD', respectively.

    Recognize indented here documents. Thanks to Olaf Alders (oalders)
    for alerting me to this omission.

0.014           2021-01-14      T. R. Wyant
    Add Travis CI testing.

    Use GitHub as bug tracker. R.I.P. rt.cpan.org.


(wen)
diff -r1.11 -r1.12 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile 2021/05/24 19:54:34 1.11
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile 2021/05/29 01:19:07 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2021/05/24 19:54:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2021/05/29 01:19:07 wen Exp $
2 2
3DISTNAME= PPIx-QuoteLike-0.013 3DISTNAME= PPIx-QuoteLike-0.017
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
8 7
9MAINTAINER= wen@NetBSD.org 8MAINTAINER= wen@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/PPIx-QuoteLike 9HOMEPAGE= https://metacpan.org/release/PPIx-QuoteLike
11COMMENT= Parse Perl string literals and string-literal-like things 10COMMENT= Parse Perl string literals and string-literal-like things
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-PPI>=1.117:../../devel/p5-PPI 13DEPENDS+= p5-PPI>=1.117:../../devel/p5-PPI
15DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly 14DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly
16 15
17USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
18PERL5_PACKLIST= auto/PPIx/QuoteLike/.packlist 17PERL5_PACKLIST= auto/PPIx/QuoteLike/.packlist

cvs diff -r1.6 -r1.7 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo 2020/10/25 03:22:11 1.6
+++ pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo 2021/05/29 01:19:07 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2020/10/25 03:22:11 wen Exp $ 1$NetBSD: distinfo,v 1.7 2021/05/29 01:19:07 wen Exp $
2 2
3SHA1 (PPIx-QuoteLike-0.013.tar.gz) = 8d112d269f14034b5cabf251cadd37a2cb9ffd48 3SHA1 (PPIx-QuoteLike-0.017.tar.gz) = 645b785ff6dcbca69d0cfeab4ab8fb1515efe7e8
4RMD160 (PPIx-QuoteLike-0.013.tar.gz) = 6cb4fc56d35e4165ab8720cd2ae20688bad3a962 4RMD160 (PPIx-QuoteLike-0.017.tar.gz) = 9163e21190b55446f3eaa1d9bdd83c3863f05e1e
5SHA512 (PPIx-QuoteLike-0.013.tar.gz) = 3ae171a7e32c8cf726ffdbc50d462823841f4ae6737f0dfd011df96ab1936ba93f92bb0cd36b742e5b3cda7909f9125d1a7470f21174df0a9c42f610131d1e3e 5SHA512 (PPIx-QuoteLike-0.017.tar.gz) = ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca
6Size (PPIx-QuoteLike-0.013.tar.gz) = 66738 bytes 6Size (PPIx-QuoteLike-0.017.tar.gz) = 71431 bytes