projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
21f40c7
)
add warnings tests
Karen Etheridge [Tue, 26 Mar 2013 16:40:07 +0000 (09:40 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
t/load_core.t
patch
|
blob
|
blame
|
history
t/load_plugins.t
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f186872
..
45a4ed7
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-74,6
+74,7
@@
feature 'Refresh plugin - automatically reload libraries with Module::Refresh',
'Module::Refresh' => 0;
test_requires 'Test::More' => '0.88';
+test_requires 'Test::Warnings';
auto_install;
WriteAll;
diff --git
a/t/load_core.t
b/t/load_core.t
index
ca7cba8
..
e0008b4
100755
(executable)
--- a/
t/load_core.t
+++ b/
t/load_core.t
@@
-2,6
+2,7
@@
use strict;
use warnings;
use Test::More;
+use Test::Warnings;
use_ok('Devel::REPL');
use_ok('Devel::REPL::Script');
diff --git
a/t/load_plugins.t
b/t/load_plugins.t
index
a2129e9
..
84ec53a
100755
(executable)
--- a/
t/load_plugins.t
+++ b/
t/load_plugins.t
@@
-2,6
+2,7
@@
use strict;
use warnings;
use Test::More;
+use Test::Warnings;
use_ok('Devel::REPL');