diff options
author | mef <mef@pkgsrc.org> | 2014-11-20 09:23:30 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-20 09:23:30 +0000 |
commit | 8d774d33fb8666724c2f31f68fb96fbbaeb06b65 (patch) | |
tree | 64062632e6aac88828a3b368e11aa26666405e6d | |
parent | ed2957e417c9a7aafad130ed1e9b6f6d0ebd7e90 (diff) | |
download | pkgsrc-8d774d33fb8666724c2f31f68fb96fbbaeb06b65.tar.gz |
1.38 2014-09-29 16:42:08Z
- real fix to tests from 1.37
1.37 2014-09-29 16:29:44Z
- fix tests to use a higher precedence operator, to avoid confusing newer
Test::More::cmp_ok.
1.36 2014-08-26 05:54:35Z
- many improvements to tests and their coverage
- $ENV{JSON_ANY_CONFIG} can no longer override constructor arguments
1.35 2014-08-16 00:51:05Z
- clarify deprecation status in documentation
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON-Any/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index db798203a60..5c72765a314 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2014/06/09 18:21:07 schmonz Exp $ +# $NetBSD: Makefile,v 1.23 2014/11/20 09:23:30 mef Exp $ -DISTNAME= JSON-Any-1.34 +DISTNAME= JSON-Any-1.38 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo index 08e7c031726..2caec7dc7db 100644 --- a/converters/p5-JSON-Any/distinfo +++ b/converters/p5-JSON-Any/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2014/06/09 18:21:07 schmonz Exp $ +$NetBSD: distinfo,v 1.13 2014/11/20 09:23:30 mef Exp $ -SHA1 (JSON-Any-1.34.tar.gz) = 561a373909e4f3950be2e2b2b66c618542a42767 -RMD160 (JSON-Any-1.34.tar.gz) = 17be00cb6622a69348b856733d75d124168afd23 -Size (JSON-Any-1.34.tar.gz) = 34274 bytes +SHA1 (JSON-Any-1.38.tar.gz) = 86199de6a69e0c1beecf7f31f3a529898d26fc3c +RMD160 (JSON-Any-1.38.tar.gz) = b95daab45696017d3969cad8ef6d2e1c99f79bcc +Size (JSON-Any-1.38.tar.gz) = 34790 bytes |