projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f85a85b
)
fix Test::More prereq for done_testing
Karen Etheridge [Mon, 1 Feb 2016 01:39:50 +0000 (17:39 -0800)]
t/load_core.t
patch
|
blob
|
blame
|
history
t/load_plugins.t
patch
|
blob
|
blame
|
history
diff --git
a/t/load_core.t
b/t/load_core.t
index
1cd69a2
..
ce91d92
100644
(file)
--- a/
t/load_core.t
+++ b/
t/load_core.t
@@
-1,7
+1,7
@@
use strict;
use warnings;
-use Test::More;
+use Test::More 0.88;
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
use Module::Runtime 'use_module';
use Test::Fatal;
diff --git
a/t/load_plugins.t
b/t/load_plugins.t
index
40b11c7
..
a2c0e0e
100644
(file)
--- a/
t/load_plugins.t
+++ b/
t/load_plugins.t
@@
-2,7
+2,7
@@
use strict;
use warnings;
-use Test::More;
+use Test::More 0.88;
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
use_ok('Devel::REPL');