I am working on setting up a linux box with many different software packages, many of which have much newer versions. I'm trying to install Net-FTP-Common right now. I am extremely new to perl and linux, so if I'm doing something completely wrong it won't be a surprise. This is what I receive when I attempt to "make test". There are a few other errors besides the one below, so if you want them I can put them up later. What exactly is this error telling me? And, what steps do I need to take to resolve it?
[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
Thanks, mikeps

In reply to compiling perl modules - Net-FTP-Common by mikeps

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.