Fri Aug 28 07:41:39 2009bo [...] startsiden.no - Ticket created
Subject:
Missing dependency
Hi,
From what I gather you are missing the Class::Data::Inheritable as a
dependency. Can you please add it to your Makefile.PL if this is correct?
regards,
Bjørn-Olav
Fri Aug 28 11:17:31 2009bo [...] startsiden.no - Correspondence added
I think that this was a broken Catalyst::Runtime I had.
Fri Aug 28 11:17:32 2009bo [...] startsiden.no - Status changed from 'new' to 'resolved'
Mon Aug 31 01:21:29 2009bo [...] startsiden.no - Status changed from 'resolved' to 'open'
Mon Aug 31 01:22:21 2009bo [...] startsiden.no - Correspondence added
Heh...
In Catalyst::Runtime:
test_requires 'Class::Data::Inheritable';
From the tests:
t/04_authentication..............
# Failed test 'use Catalyst::Plugin::Authentication;'
# in t/04_authentication.t at line 7.
# Tried to use 'Catalyst::Plugin::Authentication'.
# Error: Base class package "Class::Data::Inheritable" is empty.
# (Perhaps you need to 'use' the module which defines that package
first.)
# at
/build/Catalyst-Plugin-Authentication-0.10014/blib/lib/Catalyst/Plugin/Authentication.pm
line 3
# BEGIN failed--compilation aborted at t/04_authentication.t line 7.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Mon Aug 31 20:51:13 2009bobtfish [...] bobtfish.net - Correspondence added
Class::Data::Inheritable is actually not needed by
Catalyst::Plugin::Authentication, ergo I have removed it along with
other cleanups in the latest release.
Cheers
t0m
Mon Aug 31 20:51:16 2009bobtfish [...] bobtfish.net - Status changed from 'open' to 'resolved'