- Added multi-action-from-begin example to cookbook
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 3f8efc2..2773954 100644 (file)
@@ -11,7 +11,7 @@ our $CATALYST_SCRIPT_GEN = 4;
 
 __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/;
 
-our $VERSION = '5.23';
+our $VERSION = '5.24';
 our @ISA;
 
 =head1 NAME
@@ -312,7 +312,7 @@ sub import {
             $caller->log->warn(qq/$e is not a directory "$h"/);
         }
     }
-
+    
     if ( $caller->debug ) {
         $home
           ? ( -d $home )