r74501 - in /branches/upstream/libjson-any-perl/current: Changes MANIFEST META.yml README lib/JSON/Any.pm t/13-podspell.t xt/ xt/01-podspell.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 16 17:00:57 UTC 2011


Author: gregoa
Date: Mon May 16 17:00:39 2011
New Revision: 74501

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74501
Log:
[svn-upgrade] new version libjson-any-perl (1.28)

Added:
    branches/upstream/libjson-any-perl/current/xt/
    branches/upstream/libjson-any-perl/current/xt/01-podspell.t
Removed:
    branches/upstream/libjson-any-perl/current/t/13-podspell.t
Modified:
    branches/upstream/libjson-any-perl/current/Changes
    branches/upstream/libjson-any-perl/current/MANIFEST
    branches/upstream/libjson-any-perl/current/META.yml
    branches/upstream/libjson-any-perl/current/README
    branches/upstream/libjson-any-perl/current/lib/JSON/Any.pm

Modified: branches/upstream/libjson-any-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-any-perl/current/Changes?rev=74501&op=diff
==============================================================================
--- branches/upstream/libjson-any-perl/current/Changes (original)
+++ branches/upstream/libjson-any-perl/current/Changes Mon May 16 17:00:39 2011
@@ -1,4 +1,7 @@
 Revision history for JSON-Any
+
+1.28	2011-05-09
+	* Move podspell into xt/ (perigrin)
 
 1.27    2011-04-08
         * Add auto_install so feature works again, fixes RT#67169 (perigrin)

Modified: branches/upstream/libjson-any-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-any-perl/current/MANIFEST?rev=74501&op=diff
==============================================================================
--- branches/upstream/libjson-any-perl/current/MANIFEST (original)
+++ branches/upstream/libjson-any-perl/current/MANIFEST Mon May 16 17:00:39 2011
@@ -27,4 +27,4 @@
 t/10_unicode.t
 t/11-string-escape.t
 t/12-boolean.t
-t/13-podspell.t
+xt/01-podspell.t

Modified: branches/upstream/libjson-any-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-any-perl/current/META.yml?rev=74501&op=diff
==============================================================================
--- branches/upstream/libjson-any-perl/current/META.yml (original)
+++ branches/upstream/libjson-any-perl/current/META.yml Mon May 16 17:00:39 2011
@@ -18,6 +18,7 @@
   directory:
     - inc
     - t
+    - xt
 requires:
   Carp: 0
   JSON: 2.02
@@ -26,4 +27,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/perigrin/json-any.git
-version: 1.27
+version: 1.28

Modified: branches/upstream/libjson-any-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-any-perl/current/README?rev=74501&op=diff
==============================================================================
--- branches/upstream/libjson-any-perl/current/README (original)
+++ branches/upstream/libjson-any-perl/current/README Mon May 16 17:00:39 2011
@@ -2,7 +2,7 @@
     JSON::Any - Wrapper Class for the various JSON classes.
 
 VERSION
-    Version 1.27
+    Version 1.28
 
 SYNOPSIS
     This module tries to provide a coherent API to bring together the

Modified: branches/upstream/libjson-any-perl/current/lib/JSON/Any.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-any-perl/current/lib/JSON/Any.pm?rev=74501&op=diff
==============================================================================
--- branches/upstream/libjson-any-perl/current/lib/JSON/Any.pm (original)
+++ branches/upstream/libjson-any-perl/current/lib/JSON/Any.pm Mon May 16 17:00:39 2011
@@ -10,11 +10,11 @@
 
 =head1 VERSION
 
-Version 1.27
-
-=cut
-
-our $VERSION = '1.27';
+Version 1.28
+
+=cut
+
+our $VERSION = '1.28';
 
 our $UTF8;
 

Added: branches/upstream/libjson-any-perl/current/xt/01-podspell.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjson-any-perl/current/xt/01-podspell.t?rev=74501&op=file
==============================================================================
--- branches/upstream/libjson-any-perl/current/xt/01-podspell.t (added)
+++ branches/upstream/libjson-any-perl/current/xt/01-podspell.t Mon May 16 17:00:39 2011
@@ -1,0 +1,24 @@
+use Test::More;
+eval q{ use Test::Spelling };
+plan skip_all => 'Test::Spelling is not installed.' if $@;
+add_stopwords(map { split /[\s\:\-]+/ } <DATA>);
+$ENV{LANG} = 'C';
+set_spell_cmd("aspell -l en list") if `which aspell`;
+all_pod_files_spelling_ok('lib');
+
+__DATA__
+API
+Berjon
+CPAN
+Compat
+Dimas
+Doran
+JSON
+Mims
+Prather
+Wistow
+compat
+jsonToObj
+mst
+objToJson
+unicode




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