r31078 - in /branches/upstream/libjson-perl/current: Changes META.yml lib/JSON.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Feb 24 08:39:45 UTC 2009


Author: angelabad-guest
Date: Tue Feb 24 08:39:36 2009
New Revision: 31078

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31078
Log:
[svn-upgrade] Integrating new upstream version, libjson-perl (2.14)

Modified:
    branches/upstream/libjson-perl/current/Changes
    branches/upstream/libjson-perl/current/META.yml
    branches/upstream/libjson-perl/current/lib/JSON.pm

Modified: branches/upstream/libjson-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/Changes?rev=31078&op=diff
==============================================================================
--- branches/upstream/libjson-perl/current/Changes (original)
+++ branches/upstream/libjson-perl/current/Changes Tue Feb 24 08:39:36 2009
@@ -12,6 +12,11 @@
      Please check JSON::RPC (supports JSON-RPC protocol v1.1 and 1.0).
 
 ##########################################################################
+
+2.14  Tue Feb 24 11:20:24 2009
+	[JSON] 
+	- the compatible XS version was miswritten in document.
+
 
 2.13  Sat Feb 21 17:01:05 2009
 	[JSON::PP]

Modified: branches/upstream/libjson-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/META.yml?rev=31078&op=diff
==============================================================================
--- branches/upstream/libjson-perl/current/META.yml (original)
+++ branches/upstream/libjson-perl/current/META.yml Tue Feb 24 08:39:36 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                JSON
-version:             2.13
+version:             2.14
 abstract:            JSON (JavaScript Object Notation) encoder/decoder
 license:             perl
 author:              

Modified: branches/upstream/libjson-perl/current/lib/JSON.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-perl/current/lib/JSON.pm?rev=31078&op=diff
==============================================================================
--- branches/upstream/libjson-perl/current/lib/JSON.pm (original)
+++ branches/upstream/libjson-perl/current/lib/JSON.pm Tue Feb 24 08:39:36 2009
@@ -7,7 +7,7 @@
 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);
 
 BEGIN {
-    $JSON::VERSION = '2.13';
+    $JSON::VERSION = '2.14';
     $JSON::DEBUG   = 0 unless (defined $JSON::DEBUG);
 }
 
@@ -586,9 +586,9 @@
 
 =head1 VERSION
 
-    2.11
-
-This version is compatible with JSON::XS B<2.21>.
+    2.14
+
+This version is compatible with JSON::XS B<2.22> and later.
 
 
 =head1 DESCRIPTION




More information about the Pkg-perl-cvs-commits mailing list