Remove leftovers of the restarter engine.
Florian Ragwitz [Sat, 22 Aug 2009 19:56:53 +0000 (19:56 +0000)]
The removed code caused test failures, which weren't apparent due to installed
copies still being available in everyone's @INC.

lib/Catalyst/Engine/HTTP.pm
t/caf_backcompat.t

index efbf3ee..62c5d0b 100644 (file)
@@ -12,10 +12,6 @@ use Socket;
 use IO::Socket::INET ();
 use IO::Select       ();
 
-# For PAR
-require Catalyst::Engine::HTTP::Restarter;
-require Catalyst::Engine::HTTP::Restarter::Watcher;
-
 use constant CHUNKSIZE => 64 * 1024;
 use constant DEBUG     => $ENV{CATALYST_HTTP_DEBUG} || 0;
 
index d8c67c2..27d8fa9 100644 (file)
@@ -12,7 +12,6 @@ my @modules = qw/
     Catalyst::Component
     Catalyst::Dispatcher
     Catalyst::DispatchType
-    Catalyst::Engine::HTTP::Restarter::Watcher
     Catalyst::Engine
     Catalyst::Log
     Catalyst::Request::Upload