Bump versions for a dev release to get smoke test fail 1.21_01
Tomas Doran [Tue, 1 Dec 2009 03:33:05 +0000 (03:33 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 337291d..6ff5ce0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.21_01  2009-12-01 03:34:23
         - Update generated scripts to use the new Catalyst::Script:: classes
           available from Catalyst 5.80014_02.
           Note: Any applications whos scripts are upgraded will need to depend
index 416088d..e82d821 100644 (file)
@@ -3,7 +3,8 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.21';
+our $VERSION             = '1.21_01';
+$VERSION = eval $VERSION;
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;