|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Can't locate object method "new" via package "Class::DBI::SQL::Transformer" at Cby rinceWind (Monsignor) |
| on Nov 18, 2006 at 13:01 UTC ( [id://584866]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
The mechanism PAR uses to pick up all the modules your program needs (Module::ScanDeps), is not perfect. This is especially so with .pm modules that are indirectly required by Class::DBI - I've been bitten by this one. If you unzip -l the exe, you can see what's inside it (on Windows, you can browse the contents with winzip and suchlike). If your Transformer.pm is missing, you can explicitly add it by using the Modules textarea in tkpp. Or, you can fix the problem in code by putting an explicit use Class::DBI::SQL::Transformer, and any other modules that are missing, into your .pl script.
--
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||