r71074 - in /branches/upstream/libtest-pod-perl/current: Build.PL Changes MANIFEST META.json META.yml Makefile.PL README lib/Test/Pod.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Mar 11 00:33:00 UTC 2011


Author: jawnsy-guest
Date: Fri Mar 11 00:32:51 2011
New Revision: 71074

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71074
Log:
[svn-upgrade] new version libtest-pod-perl (1.45)

Added:
    branches/upstream/libtest-pod-perl/current/META.json
Modified:
    branches/upstream/libtest-pod-perl/current/Build.PL
    branches/upstream/libtest-pod-perl/current/Changes
    branches/upstream/libtest-pod-perl/current/MANIFEST
    branches/upstream/libtest-pod-perl/current/META.yml
    branches/upstream/libtest-pod-perl/current/Makefile.PL
    branches/upstream/libtest-pod-perl/current/README
    branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm

Modified: branches/upstream/libtest-pod-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/Build.PL?rev=71074&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Build.PL (original)
+++ branches/upstream/libtest-pod-perl/current/Build.PL Fri Mar 11 00:32:51 2011
@@ -8,7 +8,6 @@
     configure_requires => { 'Module::Build' => '0.30', },
     create_makefile_pl => 'traditional',
     build_requires     => {
-        'Module::Build' => '0.30',
         'File::Spec'    => 0,
         'Pod::Simple'   => '3.05',
         'Test::More'    => '0.62',

Modified: branches/upstream/libtest-pod-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/Changes?rev=71074&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Changes (original)
+++ branches/upstream/libtest-pod-perl/current/Changes Fri Mar 11 00:32:51 2011
@@ -1,4 +1,9 @@
 Change log for Test::Pod
+
+1.45 2011-03-09T20:00:59
+    * Removed Module::Build from `build_requires`, since it does nothing
+      out-of-the ordinary, and this keeps it out of the `Makefile.PL`'s
+      `PM_PREREQ`. Per gripe from Peter Scott.
 
 1.44 2010-04-26T17:33:02
     * Restored the `Makefile.PL` by using Module::Build::Compat's

Modified: branches/upstream/libtest-pod-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/MANIFEST?rev=71074&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/MANIFEST (original)
+++ branches/upstream/libtest-pod-perl/current/MANIFEST Fri Mar 11 00:32:51 2011
@@ -25,3 +25,4 @@
 t/spaced-directives.t
 t/unknown-directive.pod
 t/unknown-directive.t
+META.json

Added: branches/upstream/libtest-pod-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/META.json?rev=71074&op=file
==============================================================================
--- branches/upstream/libtest-pod-perl/current/META.json (added)
+++ branches/upstream/libtest-pod-perl/current/META.json Fri Mar 11 00:32:51 2011
@@ -1,0 +1,58 @@
+{
+   "abstract" : "check for POD errors in files",
+   "author" : [
+      "Currently maintained by David E. Wheeler, C<< <david at justatheory.com> >>."
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.3706, CPAN::Meta::Converter version 2.110550",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Test-Pod",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "File::Spec" : 0,
+            "Pod::Simple" : "3.05",
+            "Test::More" : "0.62"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.30"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "File::Spec" : 0,
+            "Pod::Simple" : "3.05",
+            "Test::Builder::Tester" : "1.02",
+            "Test::More" : "0.62"
+         }
+      }
+   },
+   "provides" : {
+      "Test::Pod" : {
+         "file" : "lib/Test/Pod.pm",
+         "version" : "1.45"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://github.com/theory/test-pod/issues/"
+      },
+      "homepage" : "http://search.cpan.org/dist/Test-Pod/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://github.com/theory/test-pod/tree/"
+      }
+   },
+   "version" : "1.45"
+}

Modified: branches/upstream/libtest-pod-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/META.yml?rev=71074&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/META.yml (original)
+++ branches/upstream/libtest-pod-perl/current/META.yml Fri Mar 11 00:32:51 2011
@@ -4,12 +4,12 @@
   - 'Currently maintained by David E. Wheeler, C<< <david at justatheory.com> >>.'
 build_requires:
   File::Spec: 0
-  Module::Build: 0.30
   Pod::Simple: 3.05
   Test::More: 0.62
 configure_requires:
   Module::Build: 0.30
-generated_by: 'Module::Build version 0.3607'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.3706, CPAN::Meta::Converter version 2.110550'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,7 +18,7 @@
 provides:
   Test::Pod:
     file: lib/Test/Pod.pm
-    version: 1.44
+    version: 1.45
 requires:
   File::Spec: 0
   Pod::Simple: 3.05
@@ -29,4 +29,4 @@
   homepage: http://search.cpan.org/dist/Test-Pod/
   license: http://dev.perl.org/licenses/
   repository: http://github.com/theory/test-pod/tree/
-version: 1.44
+version: 1.45

Modified: branches/upstream/libtest-pod-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/Makefile.PL?rev=71074&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Makefile.PL (original)
+++ branches/upstream/libtest-pod-perl/current/Makefile.PL Fri Mar 11 00:32:51 2011
@@ -1,18 +1,17 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3607
+# Note: this file was auto-generated by Module::Build::Compat version 0.37_06
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'NAME' => 'Test::Pod',
-          'VERSION_FROM' => 'lib/Test/Pod.pm',
-          'PREREQ_PM' => {
-                           'File::Spec' => 0,
-                           'Module::Build' => '0.30',
-                           'Pod::Simple' => '3.05',
-                           'Test::Builder::Tester' => '1.02',
-                           'Test::More' => '0.62'
-                         },
-          'INSTALLDIRS' => 'site',
-          'EXE_FILES' => [],
-          'PL_FILES' => {}
-        )
+  'NAME' => 'Test::Pod',
+  'VERSION_FROM' => 'lib/Test/Pod.pm',
+  'PREREQ_PM' => {
+                   'File::Spec' => 0,
+                   'Pod::Simple' => '3.05',
+                   'Test::Builder::Tester' => '1.02',
+                   'Test::More' => '0.62'
+                 },
+  'INSTALLDIRS' => 'site',
+  'EXE_FILES' => [],
+  'PL_FILES' => {}
+)
 ;

Modified: branches/upstream/libtest-pod-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/README?rev=71074&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/README (original)
+++ branches/upstream/libtest-pod-perl/current/README Fri Mar 11 00:32:51 2011
@@ -1,4 +1,4 @@
-Test/Pod version 1.44
+Test/Pod version 1.45
 =====================
 
 This library's module, Test::Pod, provides an interface for validating POD in

Modified: branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm?rev=71074&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm (original)
+++ branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm Fri Mar 11 00:32:51 2011
@@ -8,11 +8,11 @@
 
 =head1 VERSION
 
-Version 1.44
-
-=cut
-
-our $VERSION = '1.44';
+Version 1.45
+
+=cut
+
+our $VERSION = '1.45';
 
 =head1 SYNOPSIS
 




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