projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9bf65e7
)
fix the Tutorial
Gabor Szabo [Mon, 17 Aug 2009 09:37:15 +0000 (12:37 +0300)]
lib/SDL/Tutorial.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SDL/Tutorial.pm
b/lib/SDL/Tutorial.pm
index
6d151f7
..
d3b68c5
100644
(file)
--- 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