[Catalyst] + in GET param
Gavin Henry
ghenry at perl.me.uk
Wed Sep 12 13:12:17 GMT 2007
Jonathan Rockway wrote:
> Gavin Henry wrote:
>> Tatsuhiko Miyagawa wrote:
>>
>>> I tested but couldn't reproduce. So I wouldn't say this is a Cat bug.
>> And the same result as before:
>>
>> Hello first.last me at gmail.com
>>
>
> Would you guys be so kind as to run scandeps.pl (from Module::ScanDeps
> on CPAN) and report the versions of everything along the prereq chain?
>
> FWIW, I have the same results as miyagawa and my versions look like:
>
> $ scandeps.pl -x script/testapp_test.pl
>
[ghenry at suretec FTM]$ scandeps.pl -x script/ftm_server.pl
Can't locate FTM.pm in @INC ....
......
......
<snip>
SYSTEM ERROR in executing script/ftm_server.pl: 512 at
/usr/lib/perl5/site_perl/5.8.8/Module/ScanDeps.pm line 1058.
without -x I get:
[ghenry at suretec FTM]$ scandeps.pl script/ftm_server.pl
'APR' => '0.009000',
'APR::XSLoader' => 'undef',
'Apache2::XSLoader' => 'undef',
'ModPerl::Const' => '2.000003',
'mod_perl2' => '2.000003',
'CGI::Simple::Util' => '0.03',
'CGI::Simple::Cookie' => '0.03',
'Catalyst::Request::Upload' => 'undef',
'URI::QueryParam' => 'undef',
'Catalyst::Exception' => 'undef',
'HTML::Entities' => '1.35',
'HTTP::Body' => '0.9',
'URI::file' => '4.19',
'URI::urn' => 'undef',
'URI::sip' => '0.10',
'URI::mailto' => 'undef',
'URI::ftp' => 'undef',
'URI::gopher' => 'undef',
'URI::https' => 'undef',
'URI::ldapi' => 'undef',
'URI::ldaps' => 'undef',
'URI::mms' => 'undef',
'URI::nntp' => 'undef',
'URI::pop' => 'undef',
'URI::rlogin' => 'undef',
'URI::rsync' => 'undef',
'URI::rtspu' => 'undef',
'URI::sips' => 'undef',
'URI::snews' => 'undef',
'URI::ssh' => 'undef',
'URI::telnet' => 'undef',
'URI::tn3270' => 'undef',
'URI::urn::isbn' => 'undef',
'URI::urn::oid' => 'undef',
'URI::ldap' => '1.11',
'URI::http' => 'undef',
'URI::rtsp' => 'undef',
'URI::data' => 'undef',
'URI::news' => 'undef',
'APR::Table' => '0.009000',
'Apache2::Connection' => '2.000003',
'Apache2::Const' => '2.000003',
'Apache2::RequestIO' => '2.000003',
'Apache2::RequestRec' => '2.000003',
'Apache2::RequestUtil' => '2.000003',
'Apache2::Response' => '2.000003',
'Catalyst::Engine' => 'undef',
'Catalyst::Engine::Apache::MP13' => 'undef',
'Catalyst::Engine::Apache2::MP19' => 'undef',
'Catalyst::Engine::Apache2::MP20' => 'undef',
'Catalyst::Engine::FastCGI' => 'undef',
'Catalyst::Engine::Apache' => '1.07',
'Catalyst::Engine::Apache2' => 'undef',
'FCGI' => '0.67',
'Data::Dump' => '1.06',
'Catalyst::Engine::CGI' => 'undef',
'Catalyst::Engine::HTTP::Restarter' => 'undef',
'HTTP::Headers' => '1.64',
'Catalyst::Engine::HTTP::Restarter::Watcher' => 'undef',
'HTTP::Date' => '1.47',
'HTTP::Status' => '1.28',
'HTTP::Request' => '1.40',
'File::Modified' => '0.07',
'Class::Accessor::Fast' => '0.25',
'Class::Accessor' => '0.25',
'IO::Compress::Gzip' => '2.005',
'IO::Uncompress::Gunzip' => '2.005',
'IO::Compress::Base::Common' => '2.005',
'Compress::Raw::Zlib' => '2.005',
'IO::Compress::Gzip::Constants' => '2.005',
'HTML::Parser' => '3.56',
'HTTP::Body::MultiPart' => 'undef',
'HTTP::Body::OctetStream' => 'undef',
'HTTP::Body::UrlEncoded' => 'undef',
'Time::Zone' => '2.22',
'Compress::Zlib' => '2.005',
'HTTP::Headers::Util' => '1.13',
'HTTP::Response' => '1.53',
'URI' => '1.35',
'URI::URL' => '5.03',
'HTTP::Message' => '1.57',
'File::GlobMapper' => '0.000_02',
'IO::Compress::Base' => '2.005',
'IO::Compress::RawDeflate' => '2.005',
'IO::Compress::Zlib::Extra' => '2.005',
'IO::Compress::Adapter::Deflate' => '2.005',
'IO::Uncompress::RawInflate' => '2.005',
'IO::Uncompress::Adapter::Inflate' => '2.005',
'IO::Uncompress::Base' => '2.005',
'URI::_foreign' => 'undef',
'URI::_generic' => 'undef',
'URI::WithBase' => '2.19',
'URI::_segment' => 'undef',
'URI::_ldap' => '1.10',
'URI::_query' => 'undef',
'URI::Escape' => '3.28',
'URI::_server' => 'undef',
'URI::_login' => 'undef',
'URI::_userpass' => 'undef',
'Catalyst::Engine::HTTP' => 'undef'
More information about the Catalyst
mailing list