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

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 29 09:09:20 UTC 2010


Author: ansgar-guest
Date: Thu Apr 29 09:09:13 2010
New Revision: 57094

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

Added:
    branches/upstream/libtest-pod-perl/current/Makefile.PL
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/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=57094&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Build.PL (original)
+++ branches/upstream/libtest-pod-perl/current/Build.PL Thu Apr 29 09:09:13 2010
@@ -6,6 +6,7 @@
     module_name        => 'Test::Pod',
     license            => 'perl',
     configure_requires => { 'Module::Build' => '0.30', },
+    create_makefile_pl => 'traditional',
     build_requires     => {
         'Module::Build' => '0.30',
         'File::Spec'    => 0,

Modified: branches/upstream/libtest-pod-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/Changes?rev=57094&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Changes (original)
+++ branches/upstream/libtest-pod-perl/current/Changes Thu Apr 29 09:09:13 2010
@@ -1,4 +1,8 @@
 Change log for Test::Pod
+
+1.44 2010-04-26T17:33:02
+    * Restored the `Makefile.PL` by using Module::Build::Compat's
+      "traditional" configuration.
 
 1.43 2010-04-21T02:33:59
     * Reduced prereq for Test::More to 0.62, prereq for Pod::Simple to 3.05,

Modified: branches/upstream/libtest-pod-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/MANIFEST?rev=57094&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/MANIFEST (original)
+++ branches/upstream/libtest-pod-perl/current/MANIFEST Thu Apr 29 09:09:13 2010
@@ -1,6 +1,7 @@
 Build.PL
 Changes
 lib/Test/Pod.pm
+Makefile.PL
 MANIFEST			This list of files
 META.yml
 README

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=57094&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/META.yml (original)
+++ branches/upstream/libtest-pod-perl/current/META.yml Thu Apr 29 09:09:13 2010
@@ -18,7 +18,7 @@
 provides:
   Test::Pod:
     file: lib/Test/Pod.pm
-    version: 1.43
+    version: 1.44
 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.43
+version: 1.44

Added: 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=57094&op=file
==============================================================================
--- branches/upstream/libtest-pod-perl/current/Makefile.PL (added)
+++ branches/upstream/libtest-pod-perl/current/Makefile.PL Thu Apr 29 09:09:13 2010
@@ -1,0 +1,18 @@
+# Note: this file was auto-generated by Module::Build::Compat version 0.3607
+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' => {}
+        )
+;

Modified: branches/upstream/libtest-pod-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-pod-perl/current/README?rev=57094&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/README (original)
+++ branches/upstream/libtest-pod-perl/current/README Thu Apr 29 09:09:13 2010
@@ -1,4 +1,4 @@
-Test/Pod version 1.43
+Test/Pod version 1.44
 =====================
 
 This library's module, Test::Pod, provides an interface for validating POD in
@@ -18,8 +18,8 @@
 
 Test::Pod requires the following modules:
 
-* Pod::Simple 3.07
-* Test::More 0.70
+* Pod::Simple 3.05
+* Test::More 0.62
 * Test::Builder::Tester 1.02
 * File::Spec
 

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=57094&op=diff
==============================================================================
--- branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm (original)
+++ branches/upstream/libtest-pod-perl/current/lib/Test/Pod.pm Thu Apr 29 09:09:13 2010
@@ -8,11 +8,11 @@
 
 =head1 VERSION
 
-Version 1.43
-
-=cut
-
-our $VERSION = '1.43';
+Version 1.44
+
+=cut
+
+our $VERSION = '1.44';
 
 =head1 SYNOPSIS
 




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