Fixed MP engines, only load what we need
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 80394cb..8a864ce 100644 (file)
@@ -10,7 +10,7 @@ our $CATALYST_SCRIPT_GEN = 3;
 
 __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/;
 
-our $VERSION = '5.10';
+our $VERSION = '5.11';
 our @ISA;
 
 =head1 NAME