projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e3f41e
)
remove unnecessary Carp
Leon Brocard [Wed, 14 Oct 2009 10:51:52 +0000 (11:51 +0100)]
lib/SDL/Color.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SDL/Color.pm
b/lib/SDL/Color.pm
index
4521fcb
..
945ad00
100644
(file)
--- 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);