r75473 - in /branches/upstream/libmodule-runtime-perl/current: .cvsignore Build.PL Changes MANIFEST META.json META.yml Makefile.PL README SIGNATURE lib/Module/Runtime.pm t/cmn.t t/ivmn.t t/ivms.t t/pod_cvg.t t/pod_syn.t t/rm.t t/um.t t/upo.t

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jun 12 12:37:56 UTC 2011


Author: ghedo-guest
Date: Sun Jun 12 12:37:49 2011
New Revision: 75473

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75473
Log:
[svn-upgrade] new version libmodule-runtime-perl (0.008)

Added:
    branches/upstream/libmodule-runtime-perl/current/META.json
Modified:
    branches/upstream/libmodule-runtime-perl/current/.cvsignore
    branches/upstream/libmodule-runtime-perl/current/Build.PL
    branches/upstream/libmodule-runtime-perl/current/Changes
    branches/upstream/libmodule-runtime-perl/current/MANIFEST
    branches/upstream/libmodule-runtime-perl/current/META.yml
    branches/upstream/libmodule-runtime-perl/current/Makefile.PL
    branches/upstream/libmodule-runtime-perl/current/README
    branches/upstream/libmodule-runtime-perl/current/SIGNATURE
    branches/upstream/libmodule-runtime-perl/current/lib/Module/Runtime.pm
    branches/upstream/libmodule-runtime-perl/current/t/cmn.t
    branches/upstream/libmodule-runtime-perl/current/t/ivmn.t
    branches/upstream/libmodule-runtime-perl/current/t/ivms.t
    branches/upstream/libmodule-runtime-perl/current/t/pod_cvg.t
    branches/upstream/libmodule-runtime-perl/current/t/pod_syn.t
    branches/upstream/libmodule-runtime-perl/current/t/rm.t
    branches/upstream/libmodule-runtime-perl/current/t/um.t
    branches/upstream/libmodule-runtime-perl/current/t/upo.t

Modified: branches/upstream/libmodule-runtime-perl/current/.cvsignore
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/.cvsignore?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/.cvsignore (original)
+++ branches/upstream/libmodule-runtime-perl/current/.cvsignore Sun Jun 12 12:37:49 2011
@@ -1,4 +1,4 @@
 Build Makefile
 _build blib
-META.yml Makefile.PL SIGNATURE
+META.json META.yml MYMETA.json MYMETA.yml Makefile.PL SIGNATURE
 Module-Runtime-*

Modified: branches/upstream/libmodule-runtime-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/Build.PL?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/Build.PL (original)
+++ branches/upstream/libmodule-runtime-perl/current/Build.PL Sun Jun 12 12:37:49 2011
@@ -10,6 +10,8 @@
 	configure_requires => {
 		"Module::Build" => 0,
 		"perl" => "5.006",
+		"strict" => 0,
+		"warnings" => 0,
 	},
 	build_requires => {
 		"Module::Build" => 0,

Modified: branches/upstream/libmodule-runtime-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/Changes?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/Changes (original)
+++ branches/upstream/libmodule-runtime-perl/current/Changes Sun Jun 12 12:37:49 2011
@@ -1,3 +1,18 @@
+version 0.008; 2011-05-16
+
+  * change usage of Params::Classify functions to take advantage of
+    custom ops in Params::Classify 0.012
+
+  * use full stricture in test suite
+
+  * in Build.PL, complete declaration of configure-time requirements
+
+  * explicitly state version required of Params::Classify
+
+  * include META.json in distribution
+
+  * add MYMETA.json and MYMETA.yml to .cvsignore
+
 version 0.007; 2010-03-19
 
   * add "check_" functions for argument checking

Modified: branches/upstream/libmodule-runtime-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/MANIFEST?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/MANIFEST (original)
+++ branches/upstream/libmodule-runtime-perl/current/MANIFEST Sun Jun 12 12:37:49 2011
@@ -2,6 +2,7 @@
 Build.PL
 Changes
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README

Added: branches/upstream/libmodule-runtime-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/META.json?rev=75473&op=file
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/META.json (added)
+++ branches/upstream/libmodule-runtime-perl/current/META.json Sun Jun 12 12:37:49 2011
@@ -1,0 +1,58 @@
+{
+   "abstract" : "runtime module handling",
+   "author" : [
+      "Andrew Main (Zefram) <zefram at fysh.org>"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110580",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Module-Runtime",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Module::Build" : 0,
+            "Test::More" : 0,
+            "perl" : "5.006",
+            "strict" : 0,
+            "warnings" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : 0,
+            "perl" : "5.006",
+            "strict" : 0,
+            "warnings" : 0
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Exporter" : 0,
+            "Params::Classify" : 0,
+            "parent" : 0,
+            "perl" : "5.006",
+            "strict" : 0,
+            "warnings" : 0
+         }
+      }
+   },
+   "provides" : {
+      "Module::Runtime" : {
+         "file" : "lib/Module/Runtime.pm",
+         "version" : "0.008"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ]
+   },
+   "version" : "0.008"
+}

Modified: branches/upstream/libmodule-runtime-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/META.yml?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/META.yml (original)
+++ branches/upstream/libmodule-runtime-perl/current/META.yml Sun Jun 12 12:37:49 2011
@@ -11,9 +11,10 @@
 configure_requires:
   Module::Build: 0
   perl: 5.006
-distribution_type: module
+  strict: 0
+  warnings: 0
 dynamic_config: 0
-generated_by: 'Module::Build version 0.3603'
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110580'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,7 +23,7 @@
 provides:
   Module::Runtime:
     file: lib/Module/Runtime.pm
-    version: 0.007
+    version: 0.008
 requires:
   Exporter: 0
   Params::Classify: 0
@@ -32,4 +33,4 @@
   warnings: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.007
+version: 0.008

Modified: branches/upstream/libmodule-runtime-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/Makefile.PL?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/Makefile.PL (original)
+++ branches/upstream/libmodule-runtime-perl/current/Makefile.PL Sun Jun 12 12:37:49 2011
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3603
+# Note: this file was auto-generated by Module::Build::Compat version 0.3800
 require 5.006;
 
     unless (eval "use Module::Build::Compat 0.02; 1" ) {

Modified: branches/upstream/libmodule-runtime-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/README?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/README (original)
+++ branches/upstream/libmodule-runtime-perl/current/README Sun Jun 12 12:37:49 2011
@@ -20,7 +20,7 @@
 
 COPYRIGHT
 
-Copyright (C) 2004, 2006, 2007, 2009, 2010
+Copyright (C) 2004, 2006, 2007, 2009, 2010, 2011
 Andrew Main (Zefram) <zefram at fysh.org>
 
 LICENSE

Modified: branches/upstream/libmodule-runtime-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/SIGNATURE?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/SIGNATURE (original)
+++ branches/upstream/libmodule-runtime-perl/current/SIGNATURE Sun Jun 12 12:37:49 2011
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.61.
+signed via the Module::Signature module, version 0.68.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,28 +14,29 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 b6d25225ba8a64214777140d46baa28efac5f182 .cvsignore
-SHA1 e909e0a1d479fd4ed3897aee5c8412951b232da4 Build.PL
-SHA1 6103e60866161c8c1513f336e4a9aced06597fa8 Changes
-SHA1 f76971807c061f8f771566271fc88b6da3602dff MANIFEST
-SHA1 cefaac62020f304df8b4d4a50ce1f0b31deceb9e META.yml
-SHA1 f8469f20cf26bafaffabb905631b945ab0f81289 Makefile.PL
-SHA1 a8fb1cf3c6b9aef90fceb32bdf029977af15cb0c README
-SHA1 e0961c44d0681ab618372d1209338b7ac0820134 lib/Module/Runtime.pm
+SHA1 ebdaab906c62ff40b3e35b320d0724e2e38cd959 .cvsignore
+SHA1 de6c2fdf1247bfd8b7eecfba4fd403d615fe5102 Build.PL
+SHA1 b0d0a3fa6efc768957588c6dac8a303e275ffa76 Changes
+SHA1 20cb1414aa8d6bbfe6e2a2f43e3c42b7842a8882 MANIFEST
+SHA1 d7af9c24061e196efbab8bd207d14009f08ffdcd META.json
+SHA1 b93fd0757cc04b30749ea580421e80355213da2a META.yml
+SHA1 a4df8e97ccd390a42212af5a9f4d0986c85e7a5f Makefile.PL
+SHA1 51e1825521428873eb7ffb3dbba5503fd71fa23d README
+SHA1 7cc4cc314d92832b5d7f8f3ac41c23511c64b2f9 lib/Module/Runtime.pm
 SHA1 15f83d769adddc47c9b7f41bfd1c8d109af030f5 t/Mod0.pm
 SHA1 c9ec963e8dc84fa17c79746429c5ca0224202dff t/Mod1.pm
-SHA1 d1daf64b7648733cfacf95e0152e94d8bcc3b8bf t/cmn.t
-SHA1 5cfcdf0696c7f54bb87f95d8926de5ec37398ef9 t/ivmn.t
-SHA1 d14755fedf4b4c07c3c615086402b0f91c960ba7 t/ivms.t
-SHA1 0e141eecf3ca4903ef38d9413b5403a9ddb0392f t/pod_cvg.t
-SHA1 74a957cd8b93f25672ecc6aa578a671d084dd343 t/pod_syn.t
-SHA1 04cb55e06d43ecda3d6325c63733c313a695d19f t/rm.t
-SHA1 b7586b4ec77aa462f1aaf87a87d4c03d75d34b97 t/um.t
-SHA1 6a69a3d943d5e800c0a913dd15335030437455ce t/upo.t
+SHA1 a0f9c0dfbe6472e81222a196a2f17554697d0d48 t/cmn.t
+SHA1 fa24ea0033e10712a16c71466d488cd3e69e3697 t/ivmn.t
+SHA1 84e207008efae1ed0ad21601d77205c2a8739fa5 t/ivms.t
+SHA1 904d9a4f76525e2303e4b0c168c68230f223c8de t/pod_cvg.t
+SHA1 65c75abdef6f01a5d1588a307f2ddfe2333dc961 t/pod_syn.t
+SHA1 483ec01b4d41aab99db4691fc2489b609b237631 t/rm.t
+SHA1 74e1799ffe612d04ef94a90dad6a2d89c610e12d t/um.t
+SHA1 f9df0edc3dff53a9f574113a32c12454c4b6c1ef t/upo.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
+Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkuj8CwACgkQOV9mt2VyAVGPUQCfYIUqLgv8XofkAMNKb8IZKuD8
-zVMAoIbcwvqfEBcNvvk+g0DawFlCSpJU
-=FcY1
+iEYEARECAAYFAk3Rbk4ACgkQOV9mt2VyAVHkmgCfSnxVXJCNm/PiL9+RR/I9ol+3
+TDYAnjm+Hby5nAWHcPZl682v7kcGU0X9
+=TSAL
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libmodule-runtime-perl/current/lib/Module/Runtime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/lib/Module/Runtime.pm?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/lib/Module/Runtime.pm (original)
+++ branches/upstream/libmodule-runtime-perl/current/lib/Module/Runtime.pm Sun Jun 12 12:37:49 2011
@@ -47,9 +47,9 @@
 use warnings;
 use strict;
 
-use Params::Classify qw(is_string);
-
-our $VERSION = "0.007";
+use Params::Classify 0.000 qw(is_string);
+
+our $VERSION = "0.008";
 
 use parent "Exporter";
 our @EXPORT_OK = qw(
@@ -127,7 +127,7 @@
 
 =cut
 
-sub is_module_name($) { &is_string && $_[0] =~ /\A$module_name_rx\z/o }
+sub is_module_name($) { is_string($_[0]) && $_[0] =~ /\A$module_name_rx\z/o }
 
 =item is_valid_module_name(ARG)
 
@@ -147,7 +147,7 @@
 
 sub check_module_name($) {
 	unless(&is_module_name) {
-		die +(&is_string ? "`$_[0]'" : "argument").
+		die +(is_string($_[0]) ? "`$_[0]'" : "argument").
 			" is not a module name\n";
 	}
 }
@@ -364,7 +364,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2004, 2006, 2007, 2009, 2010
+Copyright (C) 2004, 2006, 2007, 2009, 2010, 2011
 Andrew Main (Zefram) <zefram at fysh.org>
 
 =head1 LICENSE

Modified: branches/upstream/libmodule-runtime-perl/current/t/cmn.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/cmn.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/cmn.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/cmn.t Sun Jun 12 12:37:49 2011
@@ -1,3 +1,6 @@
+use warnings;
+use strict;
+
 use Test::More tests => 17;
 
 BEGIN { use_ok "Module::Runtime", qw(compose_module_name); }
@@ -18,3 +21,5 @@
 is(compose_module_name("a::b", "/foo::bar"), "foo::bar");
 is(compose_module_name("a::b", "::foo/bar"), "foo::bar");
 is(compose_module_name("a::b", "::foo/bar/baz"), "foo::bar::baz");
+
+1;

Modified: branches/upstream/libmodule-runtime-perl/current/t/ivmn.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/ivmn.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/ivmn.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/ivmn.t Sun Jun 12 12:37:49 2011
@@ -1,3 +1,6 @@
+use warnings;
+use strict;
+
 use Test::More tests => 47;
 
 BEGIN { use_ok "Module::Runtime", qw(
@@ -42,3 +45,5 @@
 	eval { check_module_name($name) }; isnt $@, "";
 	ok($name !~ /\A$module_name_rx\z/, "`$name' is bad (regexp)");
 }
+
+1;

Modified: branches/upstream/libmodule-runtime-perl/current/t/ivms.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/ivms.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/ivms.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/ivms.t Sun Jun 12 12:37:49 2011
@@ -1,3 +1,6 @@
+use warnings;
+use strict;
+
 use Test::More tests => 140;
 
 BEGIN { use_ok "Module::Runtime", qw(
@@ -75,3 +78,5 @@
 	ok($spec =~ qr/\A$sub_module_spec_rx\z/,
 		"`$spec' needs a prefix (regexp)");
 }
+
+1;

Modified: branches/upstream/libmodule-runtime-perl/current/t/pod_cvg.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/pod_cvg.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/pod_cvg.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/pod_cvg.t Sun Jun 12 12:37:49 2011
@@ -1,4 +1,9 @@
+use warnings;
+use strict;
+
 use Test::More;
 plan skip_all => "Test::Pod::Coverage not available"
 	unless eval "use Test::Pod::Coverage; 1";
 Test::Pod::Coverage::all_pod_coverage_ok();
+
+1;

Modified: branches/upstream/libmodule-runtime-perl/current/t/pod_syn.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/pod_syn.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/pod_syn.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/pod_syn.t Sun Jun 12 12:37:49 2011
@@ -1,3 +1,8 @@
+use warnings;
+use strict;
+
 use Test::More;
 plan skip_all => "Test::Pod not available" unless eval "use Test::Pod 1.00; 1";
 Test::Pod::all_pod_files_ok();
+
+1;

Modified: branches/upstream/libmodule-runtime-perl/current/t/rm.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/rm.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/rm.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/rm.t Sun Jun 12 12:37:49 2011
@@ -1,3 +1,6 @@
+use warnings;
+use strict;
+
 use Test::More tests => 8;
 
 BEGIN { use_ok "Module::Runtime", qw(require_module); }
@@ -28,3 +31,5 @@
 test_require_module("t::Mod0");
 is($err, "");
 is($result, 1);
+
+1;

Modified: branches/upstream/libmodule-runtime-perl/current/t/um.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/um.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/um.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/um.t Sun Jun 12 12:37:49 2011
@@ -1,3 +1,6 @@
+use warnings;
+use strict;
+
 use Test::More tests => 9;
 
 BEGIN { use_ok "Module::Runtime", qw(use_module); }
@@ -32,3 +35,5 @@
 # failing version check
 test_use_module("Module::Runtime", 999);
 like($err, qr/^Module::Runtime version /);
+
+1;

Modified: branches/upstream/libmodule-runtime-perl/current/t/upo.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-runtime-perl/current/t/upo.t?rev=75473&op=diff
==============================================================================
--- branches/upstream/libmodule-runtime-perl/current/t/upo.t (original)
+++ branches/upstream/libmodule-runtime-perl/current/t/upo.t Sun Jun 12 12:37:49 2011
@@ -1,3 +1,6 @@
+use warnings;
+use strict;
+
 use Test::More tests => 15;
 
 BEGIN { use_ok "Module::Runtime", qw(use_package_optimistically); }
@@ -24,6 +27,7 @@
 test_use_package_optimistically("t::Mod0");
 is $err, "";
 is $result, "t::Mod0";
+no strict "refs";
 ok defined(${"t::Mod0::VERSION"});
 
 # successful version check
@@ -43,3 +47,5 @@
 ok !defined($t::Mod1::VERSION);
 require t::Mod1;
 ok defined($t::Mod1::VERSION);
+
+1;




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