On Mon, 2 Apr 2007 [EMAIL PROTECTED] wrote:
> t/002DateTime....Can't locate object method "new" via package
> "Gaim::Log::Parser" (perhaps you forgot to load "Gaim::Log::Parser"?) at
> t/002DateTime.t line 22.
This one is interesting. Previously, it was ok to have
use Test::More;
BEGIN { use_ok('Gaim::Log::Parser') };
in a .t file to make sure a 'use Gaim::Log::Parser' would be performed.
Has this changed?
Anyway, thanks for the reports, they're really helpful.
-- Mike
Mike Schilli
[EMAIL PROTECTED]