From: Gabor Szabo Date: Mon, 17 Aug 2009 09:42:09 +0000 (+0300) Subject: fix more tutorials X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87a6d0dc521af6045f99f3307bccd53bb0385c50;hp=02ddb292770149d67620ea59cae5bf199cce9cea;p=sdlgit%2FSDL_perl.git fix more tutorials --- diff --git a/lib/SDL/Tutorial/Animation.pm b/lib/SDL/Tutorial/Animation.pm index 16f8c84..db02566 100644 --- a/lib/SDL/Tutorial/Animation.pm +++ b/lib/SDL/Tutorial/Animation.pm @@ -31,6 +31,8 @@ package SDL::Tutorial::Animation; use strict; +use warnings; + use SDL; use SDL::App; use SDL::Rect; @@ -127,7 +129,6 @@ sub draw_undraw_rect $app->update( $args{old_rect} ); $app->update( $args{rect} ); } -END_HERE 1; __END__