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

This commit is contained in:
ph10 2019-07-09 14:20:45 +00:00
parent e00172d8d8
commit 9d4101e8e9

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;