Despite Narveson's blessing, I, too, am curious about why you should get, not just a terse warning, but no warning at all under warnings—since a quick perusal of the diagnostics documentation suggests to me that it's meant only to amplify, not to add to, warnings's protestations. Unfortunately, I only have AutoLoader v.5.63—the one that comes with Perl 5.10.0—which doesn't have a require on line 92; and Perl 5.8.8's v.5.60 doesn't seem to be available on CPAN.

I searched the v.5.63 code for requires, and it does only two kinds of requires—one from a filename provided by find_filename, which seems explicitly to prevent itself from returning undef; and one require $path, which is executed only if (defined($path)). Could you post what's happening on line 92 of your AutoLoader.pm?


In reply to Re: Use of uninitialized value in require at ...AutoLoader.pm ? by JadeNB
in thread Use of uninitialized value in require at ...AutoLoader.pm ? by jvector

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.