Require new HTTP::Request::AsCGI
Tomas Doran [Mon, 30 Nov 2009 23:17:33 +0000 (23:17 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 9d84a71..700b876 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,8 @@
      $ENV{SCRIPT_NAME} if possible. This is many web servers always fully
      decode PATH_INFO including URI reserved characters. This allows us to
      tell foo%2cbar from foo%252cbar.. RT#50082
+   - Require new HTTP::Request::AsCGI so that it fully decodes $ENV{PATH_INFO}
+     in non CGI contexts.
 
   Refactoring / cleanups:
    - NoTabs and Pod tests moved to t/author so that they're not run
index 093e32a..3d54ea9 100644 (file)
@@ -34,7 +34,7 @@ requires 'HTTP::Body'    => '1.04'; # makes uploadtmp work
 requires 'HTTP::Headers' => '1.64';
 requires 'HTTP::Request' => '5.814';
 requires 'HTTP::Response' => '5.813';
-requires 'HTTP::Request::AsCGI' => '0.8';
+requires 'HTTP::Request::AsCGI' => '1.0';
 requires 'LWP::UserAgent';
 requires 'Module::Pluggable' => '3.9';
 requires 'Path::Class' => '0.09';