[Catalyst] Catalyst::Runtime dependency
Jose Luis Martinez
jlmartinez-lists-catalyst at capside.com
Wed Nov 4 11:39:06 GMT 2009
Hi,
I was trying to CPAN Catalyst::Runtime, and was getting a failed test:
t/aggregate/live_engine_request_body.t ........................... 1/23
# Failed test 'X-Have-Request-Body set'
# at t/aggregate/live_engine_request_body.t line 90.
# Looks like you failed 1 test of 23.
t/aggregate/live_engine_request_body.t ...........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/23 subtests
I thought it could have to do with some module not having a strict
enough dependency set, so I made a guess and cpanned HTTP::Response.
That updated my libwww-perl, and got all tests running OK.
Just wanted to let the list know about it...
Deps for Catalyst::Runtime before the update:
*** Checking for Perl dependencies...
[Core Features]
- Class::Data::Inheritable ...loaded. (0.04)
- Test::Exception ...loaded. (0.27)
- List::MoreUtils ...loaded. (0.22)
- namespace::autoclean ...loaded. (0.09 >= 0.09)
- namespace::clean ...loaded. (0.11)
- B::Hooks::EndOfScope ...loaded. (0.08 >= 0.08)
- MooseX::Emulate::Class::Accessor::Fast ...loaded. (0.00903 >= 0.00903)
- Class::MOP ...loaded. (0.94 >= 0.83)
- Moose ...loaded. (0.92 >= 0.90)
- MooseX::MethodAttributes::Inheritable ...loaded. (0.18 >= 0.16)
- Carp ...loaded. (1.04)
- Class::C3::Adopt::NEXT ...loaded. (0.12 >= 0.07)
- CGI::Simple::Cookie ...loaded. (1.105)
- Data::Dump ...loaded. (1.08)
- HTML::Entities ...loaded. (1.35)
- HTTP::Body ...loaded. (1.04 >= 1.04)
- HTTP::Headers ...loaded. (1.64 >= 1.64)
- HTTP::Request ...loaded. (1.40)
- HTTP::Response ...loaded. (1.53)
- HTTP::Request::AsCGI ...loaded. (0.9 >= 0.8)
- LWP::UserAgent ...loaded. (2.033)
- Module::Pluggable ...loaded. (3.9 >= 3.9)
- Path::Class ...loaded. (0.16 >= 0.09)
- Scalar::Util ...loaded. (1.21)
- Sub::Exporter ...loaded. (0.982)
- Text::SimpleTable ...loaded. (0.03 >= 0.03)
- Time::HiRes ...loaded. (1.86)
- Tree::Simple ...loaded. (1.18 >= 1.15)
- Tree::Simple::Visitor::FindByPath ...loaded. (0.03)
- URI ...loaded. (1.35 >= 1.35)
- Task::Weaken ...loaded. (1.02)
- Text::Balanced ...loaded. (1.95)
- MRO::Compat ...loaded. (0.09)
- String::RewritePrefix ...loaded. (0.004 >= 0.004)
Deps after the update:
[Core Features]
- Class::Data::Inheritable ...loaded. (0.04)
- Test::Exception ...loaded. (0.27)
- List::MoreUtils ...loaded. (0.22)
- namespace::autoclean ...loaded. (0.09 >= 0.09)
- namespace::clean ...loaded. (0.11)
- B::Hooks::EndOfScope ...loaded. (0.08 >= 0.08)
- MooseX::Emulate::Class::Accessor::Fast ...loaded. (0.00903 >= 0.00903)
- Class::MOP ...loaded. (0.94 >= 0.83)
- Moose ...loaded. (0.92 >= 0.90)
- MooseX::MethodAttributes::Inheritable ...loaded. (0.18 >= 0.16)
- Carp ...loaded. (1.04)
- Class::C3::Adopt::NEXT ...loaded. (0.12 >= 0.07)
- CGI::Simple::Cookie ...loaded. (1.105)
- Data::Dump ...loaded. (1.08)
- HTML::Entities ...loaded. (1.35)
- HTTP::Body ...loaded. (1.04 >= 1.04)
- HTTP::Headers ...loaded. (5.827 >= 1.64)
- HTTP::Request ...loaded. (5.827)
- HTTP::Response ...loaded. (5.824)
- HTTP::Request::AsCGI ...loaded. (0.9 >= 0.8)
- LWP::UserAgent ...loaded. (5.833)
- Module::Pluggable ...loaded. (3.9 >= 3.9)
- Path::Class ...loaded. (0.16 >= 0.09)
- Scalar::Util ...loaded. (1.21)
- Sub::Exporter ...loaded. (0.982)
- Text::SimpleTable ...loaded. (0.03 >= 0.03)
- Time::HiRes ...loaded. (1.86)
- Tree::Simple ...loaded. (1.18 >= 1.15)
- Tree::Simple::Visitor::FindByPath ...loaded. (0.03)
- URI ...loaded. (1.35 >= 1.35)
- Task::Weaken ...loaded. (1.02)
- Text::Balanced ...loaded. (1.95)
- MRO::Compat ...loaded. (0.09)
- String::RewritePrefix ...loaded. (0.004 >= 0.004)
Cheers,
Jose Luis Martinez
jlmartinez at capside.com
More information about the Catalyst
mailing list