diff options
author | sno <sno@pkgsrc.org> | 2010-02-02 18:28:54 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-02 18:28:54 +0000 |
commit | 272d28edc3d1f31522ecb90820220a3dfaec5341 (patch) | |
tree | dded5ba993c77e6c8f65b0c1fbf0c17985bc0378 /devel/p5-String-Escape | |
parent | ca545fd33d41bdf90deb71de9e19ce978b31ff7a (diff) | |
download | pkgsrc-272d28edc3d1f31522ecb90820220a3dfaec5341.tar.gz |
Updating devel/p5-String-Escape from 2002.001 to 2010.002
Upstream changes:
- 2010-02-01 Uploaded version 2010.002 to CPAN.
- 2010-02-01 Renamed newly created functions to *backslash() and tweaked docs.
- 2010-01-30 Uploaded version 2010.001_1 to CPAN as a developer release.
- 2010-01-30 Added tests for new functions and previous bug reports.
- 2010-01-29 Added new functions with support for more of the escapes used in
Perl's own syntax, based on email exchange with Brad Bowman.
- 2010-01-29 Changed unprintable to accept optional x in \xFF escapes as per
discussion at PerlMonks: http://perlmonks.org/?node_id=461186
- 2010-01-29 Added META.yml as requested in RT 41226 by Alexandr Ciornii.
- 2010-01-29 Used Module::Starter to update package skeleton and style.
Diffstat (limited to 'devel/p5-String-Escape')
-rw-r--r-- | devel/p5-String-Escape/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-String-Escape/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-String-Escape/Makefile b/devel/p5-String-Escape/Makefile index 76fdf06dca1..e98aa8f9704 100644 --- a/devel/p5-String-Escape/Makefile +++ b/devel/p5-String-Escape/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/01/27 09:02:34 sno Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/02 18:28:54 sno Exp $ -DISTNAME= String-Escape-2002.001 +DISTNAME= String-Escape-2010.002 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} diff --git a/devel/p5-String-Escape/distinfo b/devel/p5-String-Escape/distinfo index 511805ea404..452d9c26586 100644 --- a/devel/p5-String-Escape/distinfo +++ b/devel/p5-String-Escape/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/01/27 09:02:34 sno Exp $ +$NetBSD: distinfo,v 1.2 2010/02/02 18:28:54 sno Exp $ -SHA1 (String-Escape-2002.001.tar.gz) = b3a6e6260276c735596153f35c2667eda8003eae -RMD160 (String-Escape-2002.001.tar.gz) = 67432d0bb7905a516f0b846914c7756e1c3a7622 -Size (String-Escape-2002.001.tar.gz) = 7183 bytes +SHA1 (String-Escape-2010.002.tar.gz) = d90f5d2f7146905ce314fe8b295848c8ac3b934c +RMD160 (String-Escape-2010.002.tar.gz) = dafd6e667401bc93e9f3208684c47356e41bf02f +Size (String-Escape-2010.002.tar.gz) = 11629 bytes |