Prepare to release
Marcus Ramberg [Sun, 13 Jul 2008 16:11:22 +0000 (16:11 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index b7c8329..7c6f010 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
-1.09    2008-05-07
+1.09    2008-07-13 18:000
         - Revert to use Catalyst qw/@plugins/
-1.08    XXXX
         - Require Config::General instead of YAML
 
 1.07    2008-05-28
index 6cb8b34..99277fc 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.09';
+our $VERSION             = '1.08';
 our $CATALYST_SCRIPT_GEN = 31;
 
 =head1 NAME