From: Leon Brocard Date: Wed, 14 Oct 2009 10:51:52 +0000 (+0100) Subject: remove unnecessary Carp X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=718e13f9fd81f9a415afbc0fa653e3fc6fef4f78;p=sdlgit%2FSDL_perl.git remove unnecessary Carp --- diff --git a/lib/SDL/Color.pm b/lib/SDL/Color.pm index 4521fcb..945ad00 100644 --- a/lib/SDL/Color.pm +++ b/lib/SDL/Color.pm @@ -1,7 +1,6 @@ package SDL::Color; use strict; use warnings; -use Carp; require Exporter; require DynaLoader; our @ISA = qw(Exporter DynaLoader);