Upgrade to Devel::PPPort 3.18
Marcus Holland-Moritz [Fri, 12 Jun 2009 11:08:31 +0000 (13:08 +0200)]
ext/Devel-PPPort/Changes
ext/Devel-PPPort/Makefile.PL
ext/Devel-PPPort/PPPort_pm.PL
ext/Devel-PPPort/mktests.PL
ext/Devel-PPPort/soak

index c98306d..8ad4106 100644 (file)
@@ -1,3 +1,11 @@
+3.18 - 2009-06-12
+
+    * remove MAN3PODS option from Makefile.PL, which is
+      no longer needed (thanks to Nicholas Clark for
+      providing a patch)
+    * adapt mktests.PL for new layout of ext modules in
+      the core
+
 3.17 - 2009-03-15
 
     * rework PTR macros, fixing PTR2ul for 5.6.1
index e2035b3..f0023db 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 #
-#  $Revision: 29 $
+#  $Revision: 31 $
 #  $Author: mhx $
-#  $Date: 2009/01/18 14:10:49 +0100 $
+#  $Date: 2009/06/12 12:45:44 +0200 $
 #
 ################################################################################
 #
@@ -68,7 +68,6 @@ sub configure
 
   if ($ENV{'PERL_CORE'}) {
     # Pods will be built by installman.
-    push @moreopts, MAN3PODS => {};
     push @clean, 'PPPort.pm';
   }
   else {
index 6fca8cf..83a4739 100644 (file)
@@ -535,7 +535,7 @@ package Devel::PPPort;
 use strict;
 use vars qw($VERSION $data);
 
-$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.17 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.18 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
 
 sub _init_data
 {
index b134d2f..332f9a4 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 #
-#  $Revision: 30 $
+#  $Revision: 32 $
 #  $Author: mhx $
-#  $Date: 2009/01/18 14:10:49 +0100 $
+#  $Date: 2009/06/12 12:46:07 +0200 $
 #
 ################################################################################
 #
index c7e3f48..8473ded 100644 (file)
@@ -33,7 +33,7 @@ use File::Find;
 use List::Util qw(max);
 use Config;
 
-my $VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.17 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+my $VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.18 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
 
 $| = 1;
 my %OPT = (