Skip to content

Commit

Permalink
explicitly mark Test::More 0.88 as required in basic.t
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy committed Feb 24, 2013
1 parent f1c0fed commit 9b98ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/basic.t
@@ -1,7 +1,7 @@
use strict;
use warnings;

use Test::More;
use Test::More 0.88;
use File::chdir;
use List::AllUtils qw{ any none };

Expand Down

0 comments on commit 9b98ba5

Please sign in to comment.