head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q1:1.2.0.14 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.4 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.1.1.0.4 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.2 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2009.06.11.12.06.10; author abs; state dead; branches; next 1.2; 1.2 date 2008.02.28.09.15.12; author abs; state Exp; branches; next 1.1; 1.1 date 2007.09.07.12.43.17; author abs; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.09.07.12.43.17; author abs; state Exp; branches; next ; desc @@ 1.3 log @update to use the new Module::Install infrastructure @ text @$NetBSD: patch-aa,v 1.2 2008/02/28 09:15:12 abs Exp $ --- Makefile.PL.orig 2008-02-14 00:05:25.000000000 +0000 +++ Makefile.PL @@@@ -52,5 +52,5 @@@@ if ( $ENV{BUILD_STANDARD_TESTS} ) { use_standard_tests; } -auto_install; +# auto_install; WriteAll; @ 1.2 log @Update convertors/JSON-Any to 1.16 Changes since 1.08: 1.16 2008-02-13 * JSON::Any now compatible with both versions of JSON::XS (Simon Wistow) * Document that calling 'use JSON::Any ();' is a bad idea * Make JSON.pm required unless a supported JSON package is already installed 1.15 2008-01-02 * Update the config params for JSON and JSON/XS configuration * Update JSON handler to always pass in the -support_by_pp option if you don't want support_by_pp then don't use JSON.pm ... *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES *** 1.14 2007-12-20 * Fix for the new JSON/JSON::XS 2.0 *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES *** 1.13 2007-11-06 * Fix 10_unicode.t to skip_all if no supported unicode backend is found (reported by Andreas König) 1.12 2007-10-22 * Fix issue with 05-JSON-Syck.t so we can pass our tests again 1.11 17 Oct 2007 * fix issue with JSON::Syck when using Object API as reported by Miyagawa 1.10 12 Oct 2007 * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917 1.09 10 Oct 2007 * also test for is_utf8() - nothingmuch * improve unicode test - nothingmuch * add utf8 support for JSON::{Converter,Parser} - nothingmuch * Add a test for unicode strings - nothingmuch @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- Makefile.PL.orig 2007-05-10 13:59:42.000000000 +0100 d5 3 a7 3 @@@@ -31,5 +31,5 @@@@ feature 'JSON::Syck', build_requires 'Test::More' => '0'; no_index 'directory' => 'ex'; @ 1.1.1.1 log @Import converters/p5-JSON-Any-1.08 into pkgrsc: This module will provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. @ text @@