projects
/
gitmo/Package-DeprecationManager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eb17fbd
)
Require Test::More 0.88
Dave Rolsky [Sun, 4 Mar 2012 21:56:44 +0000 (15:56 -0600)]
t/basic.t
patch
|
blob
|
blame
|
history
t/compile.t
patch
|
blob
|
blame
|
history
diff --git
a/t/basic.t
b/t/basic.t
index
20e6e5d
..
9a5eff3
100644
(file)
--- a/
t/basic.t
+++ b/
t/basic.t
@@
-1,8
+1,8
@@
use strict;
use warnings;
-use Test::More;
use Test::Fatal;
+use Test::More 0.88;
use Test::Requires {
'Test::Output' => '0.16',
diff --git
a/t/compile.t
b/t/compile.t
index
0be8621
..
8d74375
100644
(file)
--- a/
t/compile.t
+++ b/
t/compile.t
@@
-1,7
+1,7
@@
use strict;
use warnings;
-use Test::More;
+use Test::More 0.88;
eval "require Package::DeprecationManager";
ok( ! $@, 'no errors loading require Package::DeprecationManager' );