Subject: | Test-Smoke: sendrpt.pl fails to compile |
$ perl -Ilib -c sendrpt.pl
Scalar found where operator expected at sendrpt.pl line 173, near "$@
$opt"
(Missing operator before $opt?)
"my" variable %opt masks earlier declaration in same scope at sendrpt.pl line 179.
"my" variable %opt masks earlier declaration in same statement at sendrpt.pl line 179.
"my" variable %opt masks earlier declaration in same scope at sendrpt.pl line 183.
"my" variable %opt masks earlier declaration in same statement at sendrpt.pl line 185.
"my" variable %opt masks earlier declaration in same scope at sendrpt.pl line 203.
"my" variable %opt masks earlier declaration in same statement at sendrpt.pl line 203.
"my" variable $reporter masks earlier declaration in same scope at sendrpt.pl line 221.
syntax error at sendrpt.pl line 173, near "$@
$opt"
Global symbol "$response" requires explicit package name (did you forget to declare "my $response"?) at sendrpt.pl line 173.
Can't redeclare "my" in "my" at sendrpt.pl line 188, near ""
syntax error at sendrpt.pl line 200, near "}"
Can't redeclare "my" in "my" at sendrpt.pl line 207, at end of line
syntax error at sendrpt.pl line 223, near "}"
sendrpt.pl had compilation errors.