Fixed version output.

This commit is contained in:
Guenter Knauf 2013-04-04 00:23:58 +02:00
parent c3fa3aaf2c
commit ce8a35c318
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ sub HELP_MESSAGE() {
}
sub VERSION_MESSAGE() {
print "${0} version ${version} running on Perl ${]} on ${^O}\n";
print "${0} version ${version} running Perl ${]} on ${^O}\n";
}
HELP_MESSAGE() if ($opt_h);