mikeps has asked for the wisdom of the Perl Monks concerning the following question:
Thanks, mikeps[root@kirby34 Net-FTP-Common-4.0a]# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/lo +cal/lib/perl5/5.00503/i686-linux -I/usr/local/lib/perl5/5.00503 -e 'u +se Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' + t/*.t t/0-login...........Use of reserved word "our" is deprecated at blib/l +ib/TestConfig.pm line 3. Unquoted string "our" may clash with future reserved word at blib/lib/ +TestConfig.pm line 3. Operator or semicolon missing before %netftp_cfg at blib/lib/TestConfi +g.pm line 3. Ambiguous use of % resolved as operator % at blib/lib/TestConfig.pm li +ne 3. Argument "netftp_cfg" isn't numeric in modulo at blib/lib/TestConfig.p +m line 3. Argument "our" isn't numeric in modulo at blib/lib/TestConfig.pm line +3. Illegal modulus zero at blib/lib/TestConfig.pm line 3. BEGIN failed--compilation aborted at t/0-login.t line 9. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: compiling perl modules - Net-FTP-Common
by vek (Prior) on Apr 12, 2004 at 22:19 UTC | |
|
Re: compiling perl modules - Net-FTP-Common
by tagg (Acolyte) on Apr 12, 2004 at 22:22 UTC | |
|
Re: compiling perl modules - Net-FTP-Common
by mikeps (Initiate) on Apr 12, 2004 at 22:58 UTC |