In perltest.sh, show Perl version in current conventional format.

This commit is contained in:
Philip.Hazel 2019-07-09 14:20:45 +00:00
parent f985a68ea5
commit 4543001e85
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ if (@ARGV > 1)
}
else { $outfile = "STDOUT"; }
printf($outfile "Perl $] Regular Expressions\n\n");
printf($outfile "Perl $^V\n\n");
$extra_modifiers = "";
$default_show_mark = 0;