Skip to content

Commit

Permalink
Added use strictures to the tests, required strictires and indirect
Browse files Browse the repository at this point in the history
  • Loading branch information
symkat committed Nov 11, 2010
1 parent 2139e65 commit 8c1a2b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions t/01_load.t
@@ -1,6 +1,5 @@
#!/usr/bin/perl
use warnings;
use strict;
use strictures 1;
use Test::More;

# Plack Requirements
Expand All @@ -25,6 +24,7 @@ use_ok( "Text::MultiMarkdown" );

# Warnings Package
use_ok( "strictures" );
use_ok( "indirect" );

# Application Requirements
#use_ok( "" );
Expand Down
3 changes: 1 addition & 2 deletions t/02_syntax.t
@@ -1,6 +1,5 @@
#!/usr/bin/perl
use warnings;
use strict;
use strictures 1;
use local::lib '~/perl5';
use lib 'lib';
use Test::More;
Expand Down
3 changes: 1 addition & 2 deletions t/03_database.t
@@ -1,6 +1,5 @@
#!/usr/bin/perl
use warnings;
use strict;
use strictures 1;
use local::lib '~/perl5';
use lib 'lib';
use Test::More;
Expand Down

0 comments on commit 8c1a2b2

Please sign in to comment.