Dear Monks, perhaps you could help me with a problem I'm experiencing. I've broken up one of my modules using autosplit. All the proper .al and .ix seem to have been generated properly. When I use my module, I can access all the "preloaded" sub with no problem, but when I try to access one of the autoloaded ones, I get the dreaded "Undefined subroutine &My::Sub called at...". I can see the auto/My/Sub.al file, and it's in the autosplit.ix.

So what am I doing wrong? How can I even debug this? Am I supposed to add the auto directory to @INC? The POD didn't seem to suggest that, and I did not have to do this for a different module that was split in the exact same way...

TIA!

-- zigdon


In reply to (z) Debugging AutoSplit and AutoLoader by zigdon

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.