In perltest.sh, show Perl version in current conventional format.
This commit is contained in:
parent
e00172d8d8
commit
9d4101e8e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user