From: Tomas Doran Date: Fri, 2 Apr 2010 18:27:33 +0000 (+0000) Subject: Require new CGI::Simple::Cookie, changelog X-Git-Tag: 5.80023~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=0319ec68410b15319cfd3c3270917ee18e9635f3 Require new CGI::Simple::Cookie, changelog --- diff --git a/Changes b/Changes index 2d33fa2..bdcf533 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # This file documents the revision history for Perl extension Catalyst. + New features: + - Setting __PACKAGE__->config(enable_catalyst_header => 1); in your MyApp.pm + now enables the X-Catalyst header being printed when not in debug mode. + - Require CGI::Simple::Cookie version 1.109 to ensure support for the + HttpOnly flag + 5.80022 2010-03-28 19:43:01 New features: diff --git a/Makefile.PL b/Makefile.PL index 8babb50..9d34bc3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ requires 'MooseX::MethodAttributes::Inheritable' => '0.19'; requires 'MooseX::Role::WithOverloading' => '0.05'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; -requires 'CGI::Simple::Cookie'; +requires 'CGI::Simple::Cookie' => '1.109'; requires 'Data::Dump'; requires 'HTML::Entities'; requires 'HTTP::Body' => '1.04'; # makes uploadtmp work