X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=700b876b539680213f1f3ad5e282bcd92ddb43f9;hp=9d84a71506ec640df58f015b5e64d46404360fe6;hb=6cc3be547afa371706f958f6c2a50b34ba09de07;hpb=1dea1c87b6cce7478a3ed28839b1e223363ffedf diff --git a/Changes b/Changes index 9d84a71..700b876 100644 --- 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