+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
# 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:
#
################################################################################
#
-# $Revision: 13 $
+# $Revision: 14 $
# $Author: mhx $
-# $Date: 2004/08/13 12:49:26 +0200 $
+# $Date: 2004/08/19 13:16:37 +0200 $
#
################################################################################
#
@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 };
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);
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);