r57097 - in /trunk/libtest-pod-perl: Build.PL Changes MANIFEST META.yml Makefile.PL README debian/changelog lib/Test/Pod.pm

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


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

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57097
Log:
IGNORE-VERSION: 1.44-1
No release necessary: Only restore Makefile.PL

Added:
    trunk/libtest-pod-perl/Makefile.PL
      - copied unchanged from r57095, branches/upstream/libtest-pod-perl/current/Makefile.PL
Modified:
    trunk/libtest-pod-perl/Build.PL
    trunk/libtest-pod-perl/Changes
    trunk/libtest-pod-perl/MANIFEST
    trunk/libtest-pod-perl/META.yml
    trunk/libtest-pod-perl/README
    trunk/libtest-pod-perl/debian/changelog
    trunk/libtest-pod-perl/lib/Test/Pod.pm

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

Modified: trunk/libtest-pod-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/META.yml?rev=57097&op=diff
==============================================================================
--- trunk/libtest-pod-perl/META.yml (original)
+++ trunk/libtest-pod-perl/META.yml Thu Apr 29 09:13:57 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

Modified: trunk/libtest-pod-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/README?rev=57097&op=diff
==============================================================================
--- trunk/libtest-pod-perl/README (original)
+++ trunk/libtest-pod-perl/README Thu Apr 29 09:13:57 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: trunk/libtest-pod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/changelog?rev=57097&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/changelog (original)
+++ trunk/libtest-pod-perl/debian/changelog Thu Apr 29 09:13:57 2010
@@ -1,13 +1,13 @@
-libtest-pod-perl (1.43-1) UNRELEASED; urgency=low
+libtest-pod-perl (1.44-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 1.43-1
-  Only lowers (build-)dependencies.
+  IGNORE-VERSION: 1.44-1
+  No release necessary: Only restore Makefile.PL
 
   * New upstream release.
   * debian/control: Lower (build-)deps according to upstream changes.
   * Use source format 3.0 (quilt).
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 26 Apr 2010 20:37:01 +0900
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 29 Apr 2010 18:10:11 +0900
 
 libtest-pod-perl (1.42-1) unstable; urgency=low
 

Modified: trunk/libtest-pod-perl/lib/Test/Pod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/lib/Test/Pod.pm?rev=57097&op=diff
==============================================================================
--- trunk/libtest-pod-perl/lib/Test/Pod.pm (original)
+++ trunk/libtest-pod-perl/lib/Test/Pod.pm Thu Apr 29 09:13:57 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