On Mon, 2007-08-01 at 07:39 -0500, Guy Hulbert wrote: > Anyone. > <snip> > Now I get: > t/plugin_tests.......Can't call method "register_tests" without > a package or object reference at t/Test/Qpsmtpd.pm line 98.
This was trivially fixed by looking at the code. The new _load_plugin() returns an array but load_plugins() was assigning it to a scalar. That means the plugins were not being loaded at all. (Is anyone running this in production ?? How ??). All the tests pass now. > > I imagine I can fix that too but I need to stop for today. Also, I > should try to fix 'Qpmsptd:plugin_dirs()' properly. This will be a bit more work, I think. > > Hints would be appreciated. -- --gh
