From: Tomas Doran Date: Tue, 25 Oct 2011 00:58:40 +0000 (-0700) Subject: Version 1.36 X-Git-Tag: 1.36^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=7f41e3416d7dd4861f669eaeaeaaa583a5c52148 Version 1.36 --- diff --git a/Changes b/Changes index c78f9ff..3a9cb0d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Catalyst-Devel. +1.36 2011-10-24 17:58:00 - New apps send an X-Catalyst header by default (this can be disabled by changing the config in the generated app) - Fix leaking temporary files in tests. RT#59166 diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index bfaa906..9554c0c 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -4,7 +4,7 @@ use strict; use warnings; # Change Catalyst::Helper also. -our $VERSION = '1.35'; +our $VERSION = '1.36'; our $CATALYST_SCRIPT_GEN = 40; $VERSION = eval $VERSION; diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index f215564..7efa9ba 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -19,7 +19,7 @@ use namespace::autoclean; with 'MooseX::Emulate::Class::Accessor::Fast'; # Change Catalyst/Devel.pm also -our $VERSION = '1.35'; +our $VERSION = '1.36'; my %cache;