summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-MaybeXS/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-11-20 09:25:50 +0000
committermef <mef@pkgsrc.org>2014-11-20 09:25:50 +0000
commit38e845c47295af0a0380fb7c8647dc81a7928124 (patch)
tree6e858bfde920e6fdb063441ff737ca5317638259 /converters/p5-JSON-MaybeXS/Makefile
parent3124ad2fdeb02140c75b2bf67c7ba31b092a8d6e (diff)
downloadpkgsrc-38e845c47295af0a0380fb7c8647dc81a7928124.tar.gz
1.003002 - 2014-11-16
- correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS 1.003001 - 2014-11-13 - fix boolean interoperability with older Cpanel::JSON::MaybeXS 1.003_000 - 2014-10-30 - add :legacy tag to support legacy apps 1.002006 - 2014-10-22 - add some additional test diagnostics, to help find bad version combinations of JSON backends 1.002005 - 2014-10-12 - fix "can I haz XS?" logic precedence in Makefile.PL - added the ':all' export tag - removed dependency on Safe::Isa - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git 1.002004 - 2014-10-11 - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS dependency - new is_bool() interface 1.002003 - 2014-10-07 - document how to use booleans
Diffstat (limited to 'converters/p5-JSON-MaybeXS/Makefile')
-rw-r--r--converters/p5-JSON-MaybeXS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-JSON-MaybeXS/Makefile b/converters/p5-JSON-MaybeXS/Makefile
index 16f35d4dcd6..247bcca6e12 100644
--- a/converters/p5-JSON-MaybeXS/Makefile
+++ b/converters/p5-JSON-MaybeXS/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/06/09 18:15:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2014/11/20 09:25:50 mef Exp $
-DISTNAME= JSON-MaybeXS-1.002002
+DISTNAME= JSON-MaybeXS-1.003002
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}