This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add symlink support to Cwd::_vms_abs_path.
[perl5.git] / lib / h2xs.t
index a59afa2..380f838 100644 (file)
@@ -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);