in reply to Re^2: Can't locate object method "new" via package "Class::DBI::SQL::Transformer" at C
in thread Can't locate object method "new" via package "Class::DBI::SQL::Transformer" at C

Looks like the Transformer.pm module code is being pulled in twice. Are you using "use" or "require"? "use" has an internal mechanism which stops this duplicate loading from happening.

If you post the code, I should be able to tell what is wrong.

--

Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ?
(Missquoting Janis Joplin)

  • Comment on Re^3: Can't locate object method "new" via package "Class::DBI::SQL::Transformer" at C

Replies are listed 'Best First'.
Re^4: Can't locate object method "new" via package "Class::DBI::SQL::Transformer" at C
by mikasue (Friar) on Nov 18, 2006 at 20:32 UTC

    um I used use not require

    I took that out and the warnings went away but my original problem stands. Thanks anyway for your help.