no longer using 'say' to stay compatible with older perls

This commit is contained in:
Dima Kogan 2011-01-26 21:55:40 -08:00
parent 441636694b
commit 4d61736896

View File

@ -193,7 +193,7 @@ GetOptions(\%options,
# handle various cmdline-option errors
if( $options{help} )
{
say STDERR $usage;
print STDERR "$usage\n";
exit 0;
}