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

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Apr 26 11:36:20 UTC 2010


Author: ansgar-guest
Date: Mon Apr 26 11:36:13 2010
New Revision: 56956

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

Modified:
    branches/upstream/libtest-pod-perl/current/Build.PL
    branches/upstream/libtest-pod-perl/current/Changes
    branches/upstream/libtest-pod-perl/current/META.yml
    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=56956&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Build.PL (original)
+++ branches/upstream/libtest-pod-perl/current/Build.PL Mon Apr 26 11:36:13 2010
@@ -8,13 +8,15 @@
     configure_requires => { 'Module::Build' => '0.30', },
     build_requires     => {
         'Module::Build' => '0.30',
-        'Test::More'    => '0.70',
+        'File::Spec'    => 0,
+        'Pod::Simple'   => '3.05',
+        'Test::More'    => '0.62',
     },
     requires => {
-        'Pod::Simple'           => '3.07',
-        'Test::More'            => '0.70',,
+        'File::Spec'            => 0,
+        'Pod::Simple'           => '3.05',
         'Test::Builder::Tester' => '1.02',
-        'File::Spec'            => 0,
+        'Test::More'            => '0.62',
     },
     meta_merge => {
         resources => {

Modified: branches/upstream/libtest-pod-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/Changes?rev=56956&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Changes (original)
+++ branches/upstream/libtest-pod-perl/current/Changes Mon Apr 26 11:36:13 2010
@@ -1,4 +1,11 @@
 Change log for Test::Pod
+
+1.43 2010-04-21T02:33:59
+    * Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05,
+      and added File::Spec to the list of prereqs. The prerequisites were
+      needlessly high, and by reducing them Test::Pod can rely on the core
+      versions of those modules in on Perl 5.8.8. Thanks to Chris Wittmer for
+      the patch.
 
 1.42 - 2010-03-10T19:41:20
     * Fixed invalid Pod link. Thanks to Markus Sonderegger.

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=56956&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/META.yml (original)
+++ branches/upstream/libtest-pod-perl/current/META.yml Mon Apr 26 11:36:13 2010
@@ -3,11 +3,13 @@
 author:
   - 'Currently maintained by David E. Wheeler, C<< <david at justatheory.com> >>.'
 build_requires:
+  File::Spec: 0
   Module::Build: 0.30
-  Test::More: 0.70
+  Pod::Simple: 3.05
+  Test::More: 0.62
 configure_requires:
   Module::Build: 0.30
-generated_by: 'Module::Build version 0.3601'
+generated_by: 'Module::Build version 0.3607'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,15 +18,15 @@
 provides:
   Test::Pod:
     file: lib/Test/Pod.pm
-    version: 1.42
+    version: 1.43
 requires:
   File::Spec: 0
-  Pod::Simple: 3.07
+  Pod::Simple: 3.05
   Test::Builder::Tester: 1.02
-  Test::More: 0.70
+  Test::More: 0.62
 resources:
   bugtracker: http://github.com/theory/test-pod/issues/
   homepage: http://search.cpan.org/dist/Test-Pod/
   license: http://dev.perl.org/licenses/
   repository: http://github.com/theory/test-pod/tree/
-version: 1.42
+version: 1.43

Modified: branches/upstream/libtest-pod-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/README?rev=56956&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/README (original)
+++ branches/upstream/libtest-pod-perl/current/README Mon Apr 26 11:36:13 2010
@@ -1,4 +1,4 @@
-Test/Pod version 1.42
+Test/Pod version 1.43
 =====================
 
 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=56956&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm (original)
+++ branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm Mon Apr 26 11:36:13 2010
@@ -8,11 +8,11 @@
 
 =head1 VERSION
 
-Version 1.42
-
-=cut
-
-our $VERSION = '1.42';
+Version 1.43
+
+=cut
+
+our $VERSION = '1.43';
 
 =head1 SYNOPSIS
 




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