Skip to content

Commit

Permalink
Clean up on Tutorial. Should this go into SDL::CookBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Mar 20, 2010
1 parent bd810d0 commit 1e3339b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pods/SDL/Tutorial.pod
Expand Up @@ -11,14 +11,14 @@ Tutorials
# to read this tutorial # to read this tutorial
$ perldoc SDL::Tutorial $ perldoc SDL::Tutorial


# to create a bare-bones SDL app based on this tutorial # to run this tutorial
$ perl -MSDL::Tutorial -e 1 $ perl -MSDL::Tutorial -e 1


=head1 SDL BASICS =head1 SDL BASICS


SDL, the Simple DirectMedia Layer, is a cross-platform multimedia library. SDL, the Simple DirectMedia Layer, is a cross-platform multimedia library.
These are the Perl 5 bindings. You can find out more about SDL at These are the Perl 5 bindings. You can find out more about SDL at
L<http://www.libsdl.org/>. L<http://www.libsdl.org/>. You can find out more about SDL perl at L<http://sdl.perl.org>.


Creating an SDL application with Perl is easy. You have to know a few basics, Creating an SDL application with Perl is easy. You have to know a few basics,
though. Here's how to get up and running as quickly as possible. though. Here's how to get up and running as quickly as possible.
Expand Down

0 comments on commit 1e3339b

Please sign in to comment.