I'm trying to install SQL::Translator, and getting 1323 lines of error output. /tmp/tqis.t contains only one line:

use_ok('SQL::Translator::Schema::Procedure');

As I understand, the failure occurs in Module::Runtime independently of the package I'm trying to install. Can anyone help me figure out what's going on?

[tqis@server SQL-Translator-0.11016-xVqWjE]# PERL_DL_NONLAZY=1 /usr/lo +cal/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/li +b', 'blib/arch')" /tmp/tqis.t /tmp/tqis.t .. 1/1 # Failed test 'use SQL::Translator::Schema::Procedure;' # at /tmp/tqis.t line 10. # Tried to use 'SQL::Translator::Schema::Procedure'. # Error: Use of uninitialized value in numeric ne (!=) at /usr/lo +cal/lib/perl5/site_perl/5.8.9/Role/Tiny.pm line 324. # Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8. +9/Module/Runtime.pm line 313. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. # Looks like you failed 1 test of 1. /tmp/tqis.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- /tmp/tqis.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.05 cusr + 0.01 csys = 0.08 CPU) Result: FAIL Failed 1/1 test programs. 1/1 subtests failed.

Thanks - Jim


In reply to Installation headaches Module::Runtime by tqisjim

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.