Version 0.11.
Florian Ragwitz [Wed, 22 Apr 2009 17:07:00 +0000 (17:07 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index f9077d5..75c5d82 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+0.11    2009-04-22 19:02
         - Add check for "Unknown error" bug (caelum)
         - Change generated scripts to use /usr/bin/env perl if /usr/bin/env
           exists, otherwise fall back to the current perl binary. (t0m)
index d3d1903..8212972 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.10';
+our $VERSION             = '1.11';
 our $CATALYST_SCRIPT_GEN = 33;
 
 =head1 NAME