On Fri, Dec 05, 2008 at 04:25:49PM +0100, Marcus Ramberg wrote:
>    There are still a few problems to solve before the next stable CPAN
>    release (Some of the plugins are still failing tests, most notoriously the
>    backwards compatibility tests of Catalyst-Plugin-Authentication), but
>    Catalyst-Runtime now works on our apps. That is why we would like for you
>    to try it out, and tell us what breaks on your apps (If you don't, we will
>    happily ignore your anguished cries later (Well, probably not, but please
>    test it anyways!)) The  developer release is currently on it's way to
>    CPAN, and should be available for your local mirror before long. In case
>    you are interested, I've included the change log since the last dev
>    release below.

I don't know if I've done something stupid somewhere.

Running the tests for Catalyst-Runtime-5.8000_04 passes:

  All tests successful.
  Files=40, Tests=2106, 57 wallclock secs ( 0.68 usr  0.20 sys + 46.77 cusr  
1.80 
  
MyApp is fine under 5.7014, starting it with:

  
PERL5LIB=${HOME}/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib
  CATALYST_DEBUG=1 DBIC_TRACE=1 ./script/parley_server.pl
  --host=localhost -r -rd 2 --port=3000

any hits to the app give me the following:

[info] *** Request 3 (0.005/s) [11697] [Mon Dec  8 22:05:46 2008] ***
[error] Caught exception in engine "Attribute (headers) does not pass the type 
constraint because: Validation failed for 'Header' failed with value 
HTTP::Headers=HASH(0xa6dee88) at 
/usr/local/share/perl/5.10.0/Moose/Meta/Class.pm line 193
        
Moose::Meta::Class::construct_instance('Moose::Meta::Class=HASH(0x95e96a8)', 
'HASH(0xa6de8a8)') called at /usr/local/lib/perl/5.10.0/Class/MOP/Class.pm line 
388
        Class::MOP::Class::new_object('Moose::Meta::Class=HASH(0x95e96a8)', 
'HASH(0xa6de8a8)') called at /usr/local/share/perl/5.10.0/Moose/Meta/Class.pm 
line 157
        Moose::Meta::Class::new_object('Moose::Meta::Class=HASH(0x95e96a8)', 
'HASH(0xa6de8a8)') called at /usr/local/share/perl/5.10.0/Moose/Object.pm line 
17
        Moose::Object::new('Parley', 'HASH(0xa6de888)') called at 
/home/chisel/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib/Catalyst.pm
 line 1671
        Catalyst::prepare('Parley') called at 
/usr/local/share/perl/5.10.0/Catalyst/Plugin/FormValidator.pm line 35
        Catalyst::Plugin::FormValidator::prepare('Parley') called at 
/home/chisel/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib/Catalyst.pm
 line 1638
        eval {...} called at 
/home/chisel/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib/Catalyst.pm
 line 1630
        Catalyst::handle_request('Parley') called at 
/home/chisel/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib/Catalyst/Engine/HTTP.pm
 line 375
        
Catalyst::Engine::HTTP::_handler('Catalyst::Engine::HTTP::Restarter=HASH(0x9a8ecd8)',
 'Parley', 3000, 'GET', '/forum/list', 'HTTP/1.1') called at 
/home/chisel/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib/Catalyst/Engine/HTTP.pm
 line 281
        
Catalyst::Engine::HTTP::run('Catalyst::Engine::HTTP::Restarter=HASH(0x9a8ecd8)',
 'Parley', 3000, 'localhost', 'HASH(0x9337648)') called at 
/home/chisel/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib/Catalyst/Engine/HTTP/Restarter.pm
 line 70
        Class::MOP::Class:::around('CODE(0x8fa3af8)', 
'Catalyst::Engine::HTTP::Restarter=HASH(0x9a8ecd8)', 'Parley', 3000, 
'localhost', 'HASH(0x9337648)') called at 
/usr/local/lib/perl/5.10.0/Class/MOP/Method/Wrapped.pm line 129
        
Class::MOP::Method::Wrapped::__ANON__('Catalyst::Engine::HTTP::Restarter=HASH(0x9a8ecd8)',
 'Parley', 3000, 'localhost', 'HASH(0x9337648)') called at 
/usr/local/lib/perl/5.10.0/Class/MOP/Method/Wrapped.pm line 89
        
Catalyst::Engine::HTTP::Restarter::run('Catalyst::Engine::HTTP::Restarter=HASH(0x9a8ecd8)',
 'Parley', 3000, 'localhost', 'HASH(0x9337648)') called at 
/home/chisel/development/open_source/dev-tests/Catalyst-Runtime-5.8000_04/lib/Catalyst.pm
 line 1934
        Catalyst::run('Parley', 3000, 'localhost', 'HASH(0x9337648)') called at 
./script/parley_server.pl line 57"

Is this likely to be my stupidity?
-- 
Chisel Wright
e: [EMAIL PROTECTED]
w: http://www.herlpacker.co.uk/

  All complaints must be submitted in writing
  on the back of a ten pound note.

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to