Skip to content

Commit

Permalink
Basic test for use and turn on strict/warnings in t/01-basic-math.t
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Sep 17, 2009
1 parent 2ed67c1 commit 1130257
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/01-basic-math.t
@@ -1,3 +1,6 @@
use strict;
use warnings;

print "1..3\n";
my $t=1;

Expand Down
7 changes: 7 additions & 0 deletions t/builtins/use.t
@@ -0,0 +1,7 @@
use strict;
use warnings;

use Test;
BEGIN { plan tests => 1 }

ok(1);

0 comments on commit 1130257

Please sign in to comment.