From: Dave Rolsky Date: Sun, 24 May 2009 15:56:38 +0000 (+0000) Subject: Doh, accidentally left in use threads & Thread::Cancel X-Git-Tag: 1.17~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c1cb3768d934149f03ca61ec00b431c5cfda4b8;p=catagits%2FCatalyst-Devel.git Doh, accidentally left in use threads & Thread::Cancel --- diff --git a/lib/Catalyst/Restarter/Forking.pm b/lib/Catalyst/Restarter/Forking.pm index 960a854..6a40f5c 100644 --- a/lib/Catalyst/Restarter/Forking.pm +++ b/lib/Catalyst/Restarter/Forking.pm @@ -2,9 +2,6 @@ package Catalyst::Restarter::Forking; use Moose; -use threads; -use Thread::Cancel; - extends 'Catalyst::Restarter'; has _child => (