Skip to content

Commit

Permalink
fix more tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Aug 17, 2009
1 parent e8ebd10 commit 02ddb29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/SDL/Tutorial.pm
Expand Up @@ -31,6 +31,8 @@
package SDL::Tutorial;

use strict;
use warnings;

use SDL;
use SDL::App;

Expand Down
5 changes: 3 additions & 2 deletions lib/SDL/Tutorial/Drawing.pm
Expand Up @@ -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;
Expand Down Expand Up @@ -67,7 +69,6 @@ $app->update( $rect );

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

1;
__END__
Expand Down

0 comments on commit 02ddb29

Please sign in to comment.