Skip to content

Commit

Permalink
fix the Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Aug 17, 2009
1 parent 9bf65e7 commit e8ebd10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/SDL/Tutorial.pm
Expand Up @@ -47,7 +47,6 @@ my $app = SDL::App->new(

# your code here; remove the next line
sleep 2;
END_HERE

1;

Expand All @@ -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
Expand Down

0 comments on commit e8ebd10

Please sign in to comment.