Upgrade to Devel::PPPort 3.00_02.
Marcus Holland-Moritz [Thu, 19 Aug 2004 11:22:15 +0000 (11:22 +0000)]
p4raw-id: //depot/perl@23226

ext/Devel/PPPort/Changes
ext/Devel/PPPort/META.yml
ext/Devel/PPPort/Makefile.PL
ext/Devel/PPPort/PPPort.pm
ext/Devel/PPPort/PPPort_pm.PL

index bc62894..961f742 100755 (executable)
@@ -1,3 +1,8 @@
+3.00_02 - 2004-08-19
+
+    * remove PPPort.pm and PPPort.xs dependencies from Makefile.PL,
+      as they can be rebuilt with a "make regen" when neccessary
+
 3.00_01 - 2004-08-17
 
     * fixed problems with $^X in t/ppphtest.t when building in
index d850858..2269a2b 100644 (file)
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Devel-PPPort
-version:      3.00_01
+version:      3.00_02
 version_from: PPPort_pm.PL
 installdirs:  perl
 requires:
index b85426c..e9b672a 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 #
-#  $Revision: 13 $
+#  $Revision: 14 $
 #  $Author: mhx $
-#  $Date: 2004/08/13 12:49:26 +0200 $
+#  $Date: 2004/08/19 13:16:37 +0200 $
 #
 ################################################################################
 #
@@ -37,9 +37,7 @@ else {
 
 @ARGV = map { /^--with-(.*)/ && ++$opt{$1} ? () : $_ } @ARGV;
 
-%PL_FILES = ( 'PPPort_pm.PL' => 'PPPort.pm',
-              'PPPort_xs.PL' => 'PPPort.xs',
-              'ppport_h.PL'  => 'ppport.h' ),
+%PL_FILES = ( 'ppport_h.PL'  => 'ppport.h' ),
 
 @C_FILES  = qw{ module2.c module3.c };
 
index 5ea849b..d3da198 100644 (file)
@@ -866,7 +866,7 @@ require DynaLoader;
 use strict;
 use vars qw($VERSION @ISA $data);
 
-$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.00_01 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.00_02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
 
 @ISA = qw(DynaLoader);
 
index baa6d9f..1968061 100644 (file)
@@ -473,7 +473,7 @@ require DynaLoader;
 use strict;
 use vars qw($VERSION @ISA $data);
 
-$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.00_01 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.00_02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
 
 @ISA = qw(DynaLoader);