X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FTutorial%2FDrawing.pm;h=4084bce42b71093be8377d716b93fec14bfa2379;hb=babb07ed9fd8bafa78e6e1b0e6b17ed69d60ea84;hp=c0713060b675b7ef94a7630bdd4125934bc6c023;hpb=bfd90409c307d445ed6fec5cce6344b1e3d1be05;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/Tutorial/Drawing.pm b/lib/SDL/Tutorial/Drawing.pm index c071306..4084bce 100644 --- a/lib/SDL/Tutorial/Drawing.pm +++ b/lib/SDL/Tutorial/Drawing.pm @@ -28,9 +28,11 @@ # dgoehrig@cpan.org # -package SDL::Tutorial:Drawing; +package SDL::Tutorial::Drawing; use strict; +use warnings; + use SDL; use SDL::App; use SDL::Rect; @@ -67,7 +69,6 @@ $app->update( $rect ); # your code here; remove the next line sleep 2; -END_HERE 1; __END__