Skip to content

Commit

Permalink
Add strict and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Jul 28, 2012
1 parent 6dcdfeb commit 41c1c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/SDLx/Widget/Menu.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package SDLx::Widget::Menu;
use strict;
use warnings;
use SDL;
use SDL::Audio;
use SDL::Video;
Expand Down
2 changes: 2 additions & 0 deletions t/001_load.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# t/001_load.t - check module loading and create testing directory

use strict;
use warnings;
use Test::More tests => 3;

BEGIN {
Expand Down

0 comments on commit 41c1c1e

Please sign in to comment.