try seperating out surface - not quite working yet
[sdlgit/SDL_perl.git] / lib / SDL / Font.pm
index a9ffd88..6a8aeda 100644 (file)
@@ -31,6 +31,8 @@
 package SDL::Font;
 
 use strict;
+use warnings;
+use Carp;
 use SDL;
 use SDL::SFont;
 use SDL::Surface;