Doh, accidentally left in use threads & Thread::Cancel
Dave Rolsky [Sun, 24 May 2009 15:56:38 +0000 (15:56 +0000)]
lib/Catalyst/Restarter/Forking.pm

index 960a854..6a40f5c 100644 (file)
@@ -2,9 +2,6 @@ package Catalyst::Restarter::Forking;
 
 use Moose;
 
-use threads;
-use Thread::Cancel;
-
 extends 'Catalyst::Restarter';
 
 has _child => (