diff options
author | John Peacock <jpeacock@rowman.com> | 2005-06-06 01:18:21 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-13 15:20:05 +0000 |
commit | 9137345a080bfc646c2f9440cdb7bd90b8b37428 (patch) | |
tree | 8569935efd39331a6e995344f060e00e2c6d6409 /lib/h2xs.t | |
parent | 4d5ff0dd951920bb2d1547bff31c06ec7201d40a (diff) | |
download | perl-9137345a080bfc646c2f9440cdb7bd90b8b37428.tar.gz |
Bring bleadperl up to version.pm
Message-ID: <42A414DD.8090504@rowman.com>
p4raw-id: //depot/perl@24823
Diffstat (limited to 'lib/h2xs.t')
-rw-r--r-- | lib/h2xs.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/h2xs.t b/lib/h2xs.t index a59afa2f58..380f838c91 100644 --- a/lib/h2xs.t +++ b/lib/h2xs.t @@ -56,6 +56,7 @@ if ($^O eq 'MacOS') { my $name = 'h2xst'; my $header = "$name.h"; my $thisversion = sprintf "%vd", $^V; +$thisversion =~ s/^v//; # If this test has failed previously a copy may be left. rmtree($name); |