Re: [Dbix-class] namespace::clean problems

2013-06-24 Thread Peter Rabbitson
On Mon, Jun 24, 2013 at 02:25:22PM +1200, Paul Findlay wrote: Hi, I have started to see failed import errors after upgrading DBIx-Class to 0.08250: -cleanee is not exported by the namespace::clean module DBIx::Class::Schema is not exported by the namespace::clean module carp is not

Re: [Dbix-class] namespace::clean problems

2013-06-24 Thread Peter Rabbitson
On Mon, Jun 24, 2013 at 07:28:56AM -0400, Graham Knop wrote: This looks like a bug to me. DBIx::Class::Carp tries to call namespace::clean-import, but doesn't load it first. Which is why I asked the OP to try to load n::c explicitly to ensure this is indeed the end of it ;) In any case I was

RE: [Dbix-class] namespace::clean problems

2013-06-24 Thread Paul Findlay
Thanks Peter. After emailing the list I stumbled upon https://rt.cpan.org/Ticket/Display.html?id=86267 So added use namespace::clean; above the BEGIN block in DBIx::Class::Carp and the problem went away. Kind regards, Paul DISCLAIMER This email contains information that is confidential and