Merge branch 'master' into psgi
Florian Ragwitz [Thu, 14 Jan 2010 04:02:47 +0000 (04:02 +0000)]
master:
Depend on n:c 0.12 to work on perl >= 5.11.2.
Version 5.80018.
canonical() is a no-op for the base uri.
Fix a deprecation warning in the tests.
Fix URI bug masked by HTTP::Request::AsCGI
Deprecate bare imports of Catalyst::Test - either use an app name or don't run the import method. As-per r12564
Apply patch to clarify uri_for action from Octavian Rasnita on list
Version 5.80017.
require autoclean once only
Bump version of ::Role::WithOverloading
Bump dep
Un stupid
Correctly pass argv option into Catalyst::Engine::HTTP
Changelog Adopt::NEXT warnings
Back out r12493, use \Q instead
Don't screw over people using --detach, <sigh>
Clarify comment.

Conflicts:
lib/Catalyst/Engine/CGI.pm
lib/Catalyst/Engine/HTTP.pm
t/aggregate/unit_core_script_server.t

1  2 
Makefile.PL
lib/Catalyst.pm
lib/Catalyst/Engine.pm
lib/Catalyst/Script/FastCGI.pm
lib/Catalyst/Script/Server.pm
lib/Catalyst/Test.pm
t/aggregate/unit_core_script_server.t
t/aggregate/unit_load_catalyst_test.t

diff --cc Makefile.PL
Simple merge
diff --cc lib/Catalyst.pm
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -89,8 -89,8 +89,10 @@@ sub testOption 
      };
      # First element of RUN_ARGS will be the script name, which we don't care about
      shift @TestAppToTestScripts::RUN_ARGS;
 +    my $server = shift @TestAppToTestScripts::RUN_ARGS;
 +    like ref($server), qr/^Plack::Server/, 'Is a Plack Server';
+     # Mangle argv into the options..
+     $resultarray->[-1]->{argv} = $argstring;
      is_deeply \@TestAppToTestScripts::RUN_ARGS, $resultarray, "is_deeply comparison " . join(' ', @$argstring);
  }
  
Simple merge