Added recursive -r flag to prove example
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index c6980a1..bf3049b 100644 (file)
@@ -7,13 +7,12 @@ use Catalyst::Exception;
 use Catalyst::Log;
 use Catalyst::Utils;
 use NEXT;
-use Text::ASCIITable;
 use Path::Class;
 our $CATALYST_SCRIPT_GEN = 4;
 
 __PACKAGE__->mk_classdata($_) for qw/arguments dispatcher engine log/;
 
-our $VERSION = '5.31';
+our $VERSION = '5.34';
 our @ISA;
 
 =head1 NAME