in reply to problem using Class::Factory

I don't see any problems with your code immediately, other than that you are violating the convention that lowercase package names are reserved for pragmata, not user objects. Try renaming your packages to an initial uppercase character.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: strange error when subclassing packages

Replies are listed 'Best First'.
Re: •Re: strange error when subclassing packages
by shoez (Sexton) on Apr 20, 2003 at 20:57 UTC
    Hi there merlyn! Thanks for the pointer, I shall try to remember that pearl of wisdom. Anyhow, I did as you suggest, and it didn't change anything. The strange thing is, I can execute Factory.pm and it returns no errors. I am completely stumped :(

    shoez