in reply to (z) Debugging AutoSplit and AutoLoader

Can we see at least the header of your module? Are you correctly using AutoLoader::AUTOLOAD, either by importing it or by subclassing AutoLoader?
  • Comment on Re: (z) Debugging AutoSplit and AutoLoader

Replies are listed 'Best First'.
Re^2: (z) Debugging AutoSplit and AutoLoader
by zigdon (Deacon) on Dec 03, 2003 at 13:39 UTC

    Problem solved!

    Thanks ysth for making me look at the order of statements in the header (even if that wasn't what you had in mind). The problem was that the use AutoLoader line was before the Package statement. Once those were switched, everything started working!

    Thanks again!

    -- zigdon