[Catalyst] [Announce] Catalyst-Runtime 5.8000_04 shipped to CPAN
Chisel Wright
chisel at herlpacker.co.uk
Sun Dec 14 16:23:17 GMT 2008
On Sun, Dec 14, 2008 at 01:47:03AM +0000, Tomas Doran wrote:
> I in no way think it is related, but can you try upgrading to the latest
> Moose just in case this solves your issue?
I don't get the same level of FAIL after upgrading to 0.63. The app
appears to be behaving as I'd expect it to.
There are a few (startup gripes) but nothing that stops it all from
running:
Subroutine initialize redefined at /usr/share/perl5/Class/C3.pm line 70.
Subroutine uninitialize redefined at /usr/share/perl5/Class/C3.pm line 88.
Subroutine reinitialize redefined at /usr/share/perl5/Class/C3.pm line 101.
Parley is trying to use NEXT, which is crap. use Class::C3 or Moose method modifiers instead. at /usr/local/share/perl/5.10.0/Catalyst/Plugin/StackTrace.pm line 176
Parley::View::TT is trying to use NEXT, which is crap. use Class::C3 or Moose method modifiers instead. at /usr/share/perl5/Catalyst/View/TT.pm line 122
Parley::View::JSON is trying to use NEXT, which is crap. use Class::C3 or Moose method modifiers instead. at /usr/local/share/perl/5.10.0/Catalyst/View/JSON.pm line 15
Parley::View::Plain is trying to use NEXT, which is crap. use Class::C3 or Moose method modifiers instead. at /usr/share/perl5/Catalyst/View/TT.pm line 122
Parley::Model::ParleyDB is trying to use NEXT, which is crap. use Class::C3 or Moose method modifiers instead. at /usr/local/share/perl/5.10.0/Catalyst/Model/DBIC/Schema.pm line 284
I assume these will go away when the dependencies are updated.
> saying perl -I ~/Catalyst-Runtime whatever will work fine, that's what
> I'm using...
I thought as much, I was just doubting myself that day. I tend to work
on the assumption that something that doesn't work is usually because
I've done something dumb. :)
Cheers for your input,
Chiz
--
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/
Always move fast - you never know who's catching up!
More information about the Catalyst
mailing list