Added fake version becuase pause won't let me upload :(
[sdlgit/SDL_perl.git] / lib / SDL / App.pm
index b35d41e..9a152e7 100644 (file)
@@ -38,12 +38,11 @@ use SDL::Event;
 use SDL::Surface;
 use SDL::Rect;
 
+our @ISA = qw(SDL::Surface);
 sub DESTROY {
 
 }
 
-our @ISA = qw(SDL::Surface);
-
 sub new {
        my $proto = shift;
        my $class = ref($proto) || $proto;