r8504 - in /trunk/libjson-any-perl: Changes META.yml debian/changelog lib/JSON/Any.pm t/05-JSON-Syck.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Oct 23 13:30:16 UTC 2007


Author: dmn
Date: Tue Oct 23 13:30:15 2007
New Revision: 8504

URL: http://svn.debian.org/wsvn/?sc=1&rev=8504
Log:
* New upstream release

Modified:
    trunk/libjson-any-perl/Changes
    trunk/libjson-any-perl/META.yml
    trunk/libjson-any-perl/debian/changelog
    trunk/libjson-any-perl/lib/JSON/Any.pm
    trunk/libjson-any-perl/t/05-JSON-Syck.t

Modified: trunk/libjson-any-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/Changes?rev=8504&op=diff
==============================================================================
--- trunk/libjson-any-perl/Changes (original)
+++ trunk/libjson-any-perl/Changes Tue Oct 23 13:30:15 2007
@@ -1,43 +1,46 @@
 Revision history for JSON-Any
 
+1.12	2007-10-22
+		* Fix issue with 05-JSON-Syck.t so we can pass our tests again
+
 1.11	17 Oct 2007
-        o fix issue with JSON::Syck when using Object API as reported by Miyagawa
+        * fix issue with JSON::Syck when using Object API as reported by Miyagawa
 
 1.10	12 Oct 2007
-        o fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917
+        * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917
 
 1.09	10 Oct 2007
-        o also test for is_utf8() - nothingmuch
-        o improve unicode test	- nothingmuch
-        o add utf8 support for JSON::{Converter,Parser}	- nothingmuch
-        o Add a test for unicode strings	- nothingmuch
+        * 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
 
 1.08	18 May 2007
 
-        o Fix Packaging
-        o Fix JSON.pm backend tests 
-        o fix issues with JSON::XS being pedantic about how it's methods/functions are called
-        o added a carp requirement		
+        * Fix Packaging
+        * Fix JSON.pm backend tests 
+        * fix issues with JSON::XS being pedantic about how it's methods/functions are called
+        * added a carp requirement		
 
 1.07	???
 
-        o changed Makefile.PL to Module::Install
-        o helps if I test 04-ENV.t against the code it was designed for
-        o skip all 04-ENV.t until I get it working
-        o fixing tests
-        o change to skip_all based skippage
-        o add example directory
-        o pod updates
+        * changed Makefile.PL to Module::Install
+        * helps if I test 04-ENV.t against the code it was designed for
+        * skip all 04-ENV.t until I get it working
+        * fixing tests
+        * change to skip_all based skippage
+        * add example directory
+        * pod updates
 
 1.06	???
 
-        o cleaned up t/04-ENV.t to not require JSON::XS anymore
-        o fixed split on uninitalized value error
-        o cleaned up JSON-XS tests a bit
-        o added 04-ENV.t to MANIFEST
+        * cleaned up t/04-ENV.t to not require JSON::XS anymore
+        * fixed split on uninitalized value error
+        * cleaned up JSON-XS tests a bit
+        * added 04-ENV.t to MANIFEST
 
 ... History is Elusive ... 
 
 1.00    Fri Mar 23 10:24:50 EDT 2007
-        o Initial Release
-        o Currently only supports objToJson and jsonToObj
+        * Initial Release
+        * Currently only supports objToJson and jsonToObj

Modified: trunk/libjson-any-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/META.yml?rev=8504&op=diff
==============================================================================
--- trunk/libjson-any-perl/META.yml (original)
+++ trunk/libjson-any-perl/META.yml Tue Oct 23 13:30:15 2007
@@ -17,4 +17,4 @@
     - t
 requires: 
   Carp: 0
-version: 1.11
+version: 1.12

Modified: trunk/libjson-any-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/debian/changelog?rev=8504&op=diff
==============================================================================
--- trunk/libjson-any-perl/debian/changelog (original)
+++ trunk/libjson-any-perl/debian/changelog Tue Oct 23 13:30:15 2007
@@ -1,3 +1,9 @@
+libjson-any-perl (1.12-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 23 Oct 2007 16:25:51 +0300
+
 libjson-any-perl (1.11-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjson-any-perl/lib/JSON/Any.pm
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/lib/JSON/Any.pm?rev=8504&op=diff
==============================================================================
--- trunk/libjson-any-perl/lib/JSON/Any.pm (original)
+++ trunk/libjson-any-perl/lib/JSON/Any.pm Tue Oct 23 13:30:15 2007
@@ -1,6 +1,6 @@
 ##############################################################################
 # JSON::Any
-# v1.11
+# v1.12
 # Copyright (c) 2007 Chris Thompson
 ##############################################################################
 
@@ -16,11 +16,11 @@
 
 =head1 VERSION
 
-Version 1.11
-
-=cut
-
-our $VERSION = '1.11';
+Version 1.12
+
+=cut
+
+our $VERSION = '1.12';
 
 our $UTF8;
 

Modified: trunk/libjson-any-perl/t/05-JSON-Syck.t
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/t/05-JSON-Syck.t?rev=8504&op=diff
==============================================================================
--- trunk/libjson-any-perl/t/05-JSON-Syck.t (original)
+++ trunk/libjson-any-perl/t/05-JSON-Syck.t Tue Oct 23 13:30:15 2007
@@ -1,8 +1,14 @@
 #!/usr/bin/perl -w
 
 use strict;
-use Test::More tests => 2;
-use JSON::Any qw(Syck);
+use Test::More;
+eval "use JSON::Any qw(Syck)";
+if ($@) {
+    plan skip_all => "JSON::Syck not installed: $@";
+}
+else {
+    plan tests => 2;
+}
 
 ok( JSON::Any->new->objToJson( { foo => 1 } ) );
 ok( JSON::Any->new->objToJson('{ "foo" : 1 }') );




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