summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any/patches/patch-aa
diff options
context:
space:
mode:
authorabs <abs>2008-02-28 09:15:12 +0000
committerabs <abs>2008-02-28 09:15:12 +0000
commit00362a9737a21e1ffca68b55a80e74f44fae24dd (patch)
tree0cdb1a904963949c8caff417d8f18ff353703310 /converters/p5-JSON-Any/patches/patch-aa
parentc2b65e3bcb5ab1c3dc3e39a19773a3eb7134d2c9 (diff)
downloadpkgsrc-00362a9737a21e1ffca68b55a80e74f44fae24dd.tar.gz
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
Diffstat (limited to 'converters/p5-JSON-Any/patches/patch-aa')
-rw-r--r--converters/p5-JSON-Any/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-JSON-Any/patches/patch-aa b/converters/p5-JSON-Any/patches/patch-aa
index 8b58fe693f2..ef7cd760363 100644
--- a/converters/p5-JSON-Any/patches/patch-aa
+++ b/converters/p5-JSON-Any/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
+$NetBSD: patch-aa,v 1.2 2008/02/28 09:15:12 abs Exp $
---- Makefile.PL.orig 2007-05-10 13:59:42.000000000 +0100
+--- Makefile.PL.orig 2008-02-14 00:05:25.000000000 +0000
+++ Makefile.PL
-@@ -31,5 +31,5 @@ feature 'JSON::Syck',
- build_requires 'Test::More' => '0';
- no_index 'directory' => 'ex';
+@@ -52,5 +52,5 @@ if ( $ENV{BUILD_STANDARD_TESTS} ) {
+ use_standard_tests;
+ }
-auto_install;
+# auto_install;