In perltest.sh, show Perl version in current conventional format.
This commit is contained in:
parent
f985a68ea5
commit
4543001e85
|
@ -140,7 +140,7 @@ if (@ARGV > 1)
|
||||||
}
|
}
|
||||||
else { $outfile = "STDOUT"; }
|
else { $outfile = "STDOUT"; }
|
||||||
|
|
||||||
printf($outfile "Perl $] Regular Expressions\n\n");
|
printf($outfile "Perl $^V\n\n");
|
||||||
|
|
||||||
$extra_modifiers = "";
|
$extra_modifiers = "";
|
||||||
$default_show_mark = 0;
|
$default_show_mark = 0;
|
||||||
|
|
Loading…
Reference in New Issue