From: Gabor Szabo Date: Mon, 17 Aug 2009 09:37:15 +0000 (+0300) Subject: fix the Tutorial X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e8ebd1022cd43639cec4ffe738b12da6e0b998a9;p=sdlgit%2FSDL_perl.git fix the Tutorial --- diff --git a/lib/SDL/Tutorial.pm b/lib/SDL/Tutorial.pm index 6d151f7..d3b68c5 100644 --- a/lib/SDL/Tutorial.pm +++ b/lib/SDL/Tutorial.pm @@ -47,7 +47,6 @@ my $app = SDL::App->new( # your code here; remove the next line sleep 2; -END_HERE 1; @@ -63,7 +62,7 @@ SDL::Tutorial - introduction to Perl SDL $ perldoc SDL::Tutorial # to create a bare-bones SDL app based on this tutorial - $ perl -MSDL::Tutorial=basic_app.pl -e 1 + $ perl -MSDL::Tutorial -e 1 =head1 SDL BASICS