Bump version, changelog 1.22
Tomas Doran [Sat, 5 Dec 2009 07:21:01 +0000 (07:21 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index c0fe52f..89cac19 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.22  2009-12-05 07:23:00
         - Use MooseX::Emulate::Class::Accessor::Fast so that options
           supplied to ->new are put into the hash even if attributes
           do not exist for them. This fixes -force recreating application
index e82d821..69b34b8 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.21_01';
+our $VERSION             = '1.22';
 $VERSION = eval $VERSION;
 our $CATALYST_SCRIPT_GEN = 40;