Thu Jan 28 18:02:19 2010t0m [...] state51.co.uk - Ticket created
Subject:
Should not use Class::C3 directly.
Date:
Thu, 28 Jan 2010 23:03:43 +0000
To:
Bug-Catalyst-Model-MultiAdaptor [...] rt.cpan.org
From:
Tomas Doran <t0m [...] state51.co.uk>
Hi
Your module uses Class::C3 directly. It shouldn't do this, as c3
method resolution
is natively included in perl >= 5.9.5.
Instead, you should depend on MRO::Compat which will require Class::C3
if the perl version that the user has requires it, but will otherwise
use the native implementation.
Cheers
t0m
Fri Jan 29 10:01:30 2010KITANO [...] cpan.org - Correspondence added
Hi,
Show quoted text
> Your module uses Class::C3 directly. It shouldn't do this, as c3
> method resolution
> is natively included in perl >= 5.9.5.
Thank you. I fixed it.
Fri Jan 29 10:01:30 2010The RT System itself - Status changed from 'new' to 'open'
Fri Jan 29 10:01:31 2010KITANO [...] cpan.org - Status changed from 'open' to 'resolved'