* autoscan.pl (parse_args): Make compatible with Perl version 4.
# Process any command line arguments.
sub parse_args
{
- local ($usage) = << 'EOD';
+ local ($usage) = <<'EOD';
Usage: autoscan [OPTION] ... [SRCDIR]
Examine source files in the directory tree rooted at SRCDIR, or the
# Process any command line arguments.
sub parse_args
{
- local ($usage) = << 'EOD';
+ local ($usage) = <<'EOD';
Usage: autoscan [OPTION] ... [SRCDIR]
Examine source files in the directory tree rooted at SRCDIR, or the
# Process any command line arguments.
sub parse_args
{
- local ($usage) = << 'EOD';
+ local ($usage) = <<'EOD';
Usage: autoscan [OPTION] ... [SRCDIR]
Examine source files in the directory tree rooted at SRCDIR, or the