1999-02-26 Ben Elliston <bje@cygnus.com>

* autoscan.pl (parse_args): Make compatible with Perl version 4.
This commit is contained in:
Ben Elliston 1999-02-25 18:15:07 +00:00
parent b53e6eb440
commit 99759c687a
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ exit 0;
# 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

View File

@ -39,7 +39,7 @@ exit 0;
# 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

View File

@ -39,7 +39,7 @@ exit 0;
# 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