Prepare for a devel release 1.09
Marcus Ramberg [Wed, 4 Feb 2009 19:58:27 +0000 (19:58 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 7fec644..4622a9d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,10 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+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.08    2008-07-13 18:000
+1.08    2008-07-13 18:00
         - Revert to use Catalyst qw/@plugins/
         - Require Config::General instead of YAML
 
index ecea316..0f3c913 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.08';
+our $VERSION             = '1.09';
 our $CATALYST_SCRIPT_GEN = 32;
 
 =head1 NAME