r31080 - in /trunk/libjson-perl: Changes META.yml debian/changelog lib/JSON.pm

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


Author: angelabad-guest
Date: Tue Feb 24 08:56:44 2009
New Revision: 31080

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31080
Log:
Upstream version 2.14

Modified:
    trunk/libjson-perl/Changes
    trunk/libjson-perl/META.yml
    trunk/libjson-perl/debian/changelog
    trunk/libjson-perl/lib/JSON.pm

Modified: trunk/libjson-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/Changes?rev=31080&op=diff
==============================================================================
--- trunk/libjson-perl/Changes (original)
+++ trunk/libjson-perl/Changes Tue Feb 24 08:56:44 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: trunk/libjson-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/META.yml?rev=31080&op=diff
==============================================================================
--- trunk/libjson-perl/META.yml (original)
+++ trunk/libjson-perl/META.yml Tue Feb 24 08:56:44 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: trunk/libjson-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/changelog?rev=31080&op=diff
==============================================================================
--- trunk/libjson-perl/debian/changelog (original)
+++ trunk/libjson-perl/debian/changelog Tue Feb 24 08:56:44 2009
@@ -1,3 +1,9 @@
+libjson-perl (2.14-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Tue, 24 Feb 2009 09:41:30 +0100
+
 libjson-perl (2.13-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libjson-perl/lib/JSON.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/lib/JSON.pm?rev=31080&op=diff
==============================================================================
--- trunk/libjson-perl/lib/JSON.pm (original)
+++ trunk/libjson-perl/lib/JSON.pm Tue Feb 24 08:56:44 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