prep release 1.10
Ricardo SIGNES [Thu, 5 Feb 2009 20:04:54 +0000 (20:04 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 4622a9d..62ae85f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.10    2009-02-05 15:04
+        - fix a bug in created helper scripts that prevened them working (rjbs)
+
+1.09    2009-02-04 23:57
+        - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
+        - Fix warning when devel is not installed.
+
 1.09    2009-02-04 23:57
         - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
         - Fix warning when devel is not installed.
index 7e7fe69..e267da0 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.09';
+our $VERSION             = '1.10';
 our $CATALYST_SCRIPT_GEN = 32;
 
 =head1 NAME