[jifty-devel] Classloader's loader

Gaal Yahas gaal at forum2.org
Sun Oct 22 06:50:03 EDT 2006


On Sun, Oct 22, 2006 at 11:36:29AM +0200, Gaal Yahas wrote:
>         *{'Module::Pluggable::Object::_require'} = sub {
>              my($self, $pack) = @_;
>              UNIVERSAL->require($pack);
>              return $@;
>         };

This also breaks schema generation:

% jifty schema --setup --drop-database
Can't locate object method "words" via package "SQL::ReservedWords::ODBC"
(perhaps you forgot to load "SQL::ReservedWords::ODBC"?) at
/root/src/jifty/lib/Jifty/Script/Schema.pm line 24.
Compilation failed in require at /usr/local/share/perl/5.8.8/App/CLI.pm line 106.
Command not recognized, try /usr/local/bin/jifty --help.

So apparently this interferes with M::P's loading. If anyone more
familiar with that module can give this a gander, I'd be much obliged...

-- 
Gaal Yahas <gaal at forum2.org>
http://gaal.livejournal.com/


More information about the jifty-devel mailing list