Skip to content

Commit

Permalink
bump testdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Dec 18, 2010
1 parent c6c7a04 commit cabf030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/01_lowlevel.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

use strict;
use warnings;
use Test::More;
use Test::More 0.96;
use Test::Fatal;
use Data::Handle;

Expand Down
2 changes: 1 addition & 1 deletion t/02_example.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use strict;
use warnings;

use Test::More;
use Test::More 0.96;
use Test::Fatal;
use Data::Handle;

Expand Down

0 comments on commit cabf030

Please sign in to comment.