Updated and expanded test suit
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 6e82dcc..6e70b81 100644 (file)
@@ -9,7 +9,7 @@ use Text::ASCIITable;
 
 __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/;
 
-our $VERSION = '5.00';
+our $VERSION = '5.01';
 our @ISA;
 
 =head1 NAME
@@ -156,7 +156,7 @@ sub import {
 
         require mod_perl;
 
-        if ( $mod_perl::VERSION >= 1.999.22 ) {
+        if ( $ENV{MOD_PERL_API_VERSION} == 2 ) {
             $engine = 'Catalyst::Engine::Apache::MP20';
         }
         elsif ( $mod_perl::VERSION >= 1.99 ) {
@@ -280,6 +280,10 @@ Mailing-Lists:
     http://lists.rawmode.org/mailman/listinfo/catalyst
     http://lists.rawmode.org/mailman/listinfo/catalyst-dev
 
+Web:
+
+    http://catalyst.perl.org
+
 =head1 SEE ALSO
 
 =over 4