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

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


Author: jawnsy-guest
Date: Fri Mar 11 00:45:40 2011
New Revision: 71080

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71080
Log:
* New upstream release
* Bump to debhelper compat 8

Added:
    trunk/libtest-pod-perl/META.json
      - copied unchanged from r71076, branches/upstream/libtest-pod-perl/current/META.json
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/Makefile.PL
    trunk/libtest-pod-perl/README
    trunk/libtest-pod-perl/debian/changelog
    trunk/libtest-pod-perl/debian/compat
    trunk/libtest-pod-perl/debian/control
    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=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Build.PL (original)
+++ trunk/libtest-pod-perl/Build.PL Fri Mar 11 00:45:40 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: trunk/libtest-pod-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/Changes?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Changes (original)
+++ trunk/libtest-pod-perl/Changes Fri Mar 11 00:45:40 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: trunk/libtest-pod-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/MANIFEST?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/MANIFEST (original)
+++ trunk/libtest-pod-perl/MANIFEST Fri Mar 11 00:45:40 2011
@@ -25,3 +25,4 @@
 t/spaced-directives.t
 t/unknown-directive.pod
 t/unknown-directive.t
+META.json

Modified: trunk/libtest-pod-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/META.yml?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/META.yml (original)
+++ trunk/libtest-pod-perl/META.yml Fri Mar 11 00:45:40 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: trunk/libtest-pod-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/Makefile.PL?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/Makefile.PL (original)
+++ trunk/libtest-pod-perl/Makefile.PL Fri Mar 11 00:45:40 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: trunk/libtest-pod-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/README?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/README (original)
+++ trunk/libtest-pod-perl/README Fri Mar 11 00:45:40 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: trunk/libtest-pod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/changelog?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/changelog (original)
+++ trunk/libtest-pod-perl/debian/changelog Fri Mar 11 00:45:40 2011
@@ -1,3 +1,10 @@
+libtest-pod-perl (1.45-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Bump to debhelper compat 8
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 10 Mar 2011 20:08:56 -0500
+
 libtest-pod-perl (1.44-1) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: trunk/libtest-pod-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/compat?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/compat (original)
+++ trunk/libtest-pod-perl/debian/compat Fri Mar 11 00:45:40 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libtest-pod-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-perl/debian/control?rev=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/debian/control (original)
+++ trunk/libtest-pod-perl/debian/control Fri Mar 11 00:45:40 2011
@@ -1,8 +1,9 @@
 Source: libtest-pod-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libio-stringy-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libio-stringy-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,

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=71080&op=diff
==============================================================================
--- trunk/libtest-pod-perl/lib/Test/Pod.pm (original)
+++ trunk/libtest-pod-perl/lib/Test/Pod.pm Fri Mar 11 00:45:40 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