Version 1.35 1.35
Tomas Doran [Mon, 5 Sep 2011 12:07:14 +0000 (13:07 +0100)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 6815d3d..b5f7a46 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
-NEXT 2011-09-05 13:05:00
+1.35 2011-09-05 13:05:00
         - Stop requiring Starman and MooseX::Daemonize on Win32 as they're
           optional components in Catalyst::Runtime and won't install
           on Windows.
index 6f2a7eb..bfaa906 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.34';
+our $VERSION             = '1.35';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index a5cf5a2..976de96 100644 (file)
@@ -19,7 +19,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.34';
+our $VERSION = '1.35';
 
 my %cache;