#
################################################################################
#
-# $Revision: 48 $
+# $Revision: 49 $
# $Author: mhx $
-# $Date: 2006/07/24 21:03:14 +0200 $
+# $Date: 2006/08/14 21:26:31 +0200 $
#
################################################################################
#
#
################################################################################
#
-# $Revision: 48 $
+# $Revision: 49 $
# $Author: mhx $
-# $Date: 2006/07/24 21:03:14 +0200 $
+# $Date: 2006/08/14 21:26:31 +0200 $
#
################################################################################
#
use strict;
use vars qw($VERSION $data);
-$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.09_02 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.10 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
sub _init_data
{
$data = do { local $/; <DATA> };
- my $now = localtime;
my $pkg = 'Devel::PPPort';
$data =~ s/__PERL_VERSION__/$]/g;
$data =~ s/__VERSION__/$VERSION/g;
- $data =~ s/__DATE__/$now/g;
$data =~ s/__PKG__/$pkg/g;
$data =~ s/^\|>//gm;
}
ppport.h -- Perl/Pollution/Portability Version __VERSION__
- Automatically created by __PKG__ running under
- perl __PERL_VERSION__ on __DATE__.
+ Automatically created by __PKG__ running under perl __PERL_VERSION__.
Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
includes in parts/inc/ instead.