From: John Napiorkowski Date: Fri, 16 Jul 2010 17:45:09 +0000 (+0000) Subject: this doesnt need to be a compile time requirement X-Git-Tag: 5.89000~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=bd6fe28d98bf906aab78aee7c0a246533e76e169 this doesnt need to be a compile time requirement --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 73c63fb..c0683b8 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2594,7 +2594,7 @@ sub setup_engine { } if ($ENV{MOD_PERL}) { - use Catalyst::Engine::Loader; + require 'Catalyst/Engine/Loader.pm'; my $apache = Catalyst::Engine::Loader->auto; # FIXME - Immutable $class->meta->add_method(handler => sub {