[Catalyst-commits] r13124 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Apr 2 18:27:33 GMT 2010
Author: t0m
Date: 2010-04-02 19:27:33 +0100 (Fri, 02 Apr 2010)
New Revision: 13124
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Require new CGI::Simple::Cookie, changelog
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-04-02 07:33:38 UTC (rev 13123)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-04-02 18:27:33 UTC (rev 13124)
@@ -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:
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2010-04-02 07:33:38 UTC (rev 13123)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2010-04-02 18:27:33 UTC (rev 13124)
@@ -24,7 +24,7 @@
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
More information about the Catalyst-commits
mailing list