From: Peter Rabbitson Date: Fri, 13 Aug 2010 10:58:55 +0000 (+0200) Subject: Remove leftover use from the SIGSEGV trapping days X-Git-Tag: v0.08124~102 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=93d0eb5e68df665327ddb12a64939dc3de2c0ec6 Remove leftover use from the SIGSEGV trapping days --- diff --git a/Makefile.PL b/Makefile.PL index 0e4341d..fad044a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,6 @@ use inc::Module::Install 1.00; use strict; use warnings; -use POSIX (); use 5.008001;