projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3d3d1cd
)
Make test prereq versions explicit in code
Dave Rolsky [Thu, 28 Mar 2013 16:09:50 +0000 (11:09 -0500)]
t/01-basic.t
patch
|
blob
|
blame
|
history
t/05-with-attribute-helpers-backcompat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/01-basic.t
b/t/01-basic.t
index
6993861
..
d77a8b1
100644
(file)
--- a/
t/01-basic.t
+++ b/
t/01-basic.t
@@
-4,7
+4,7
@@
use warnings;
use lib 't/lib';
use SharedTests;
-use Test::More;
+use Test::More 0.88;
SharedTests::run_tests();
diff --git
a/t/05-with-attribute-helpers-backcompat.t
b/t/05-with-attribute-helpers-backcompat.t
index
3712c7c
..
b03213c
100644
(file)
--- a/
t/05-with-attribute-helpers-backcompat.t
+++ b/
t/05-with-attribute-helpers-backcompat.t
@@
-3,7
+3,7
@@
use warnings;
use Test::More;
-use Test::Requires {
+use Test::Requires 0.05 {
'MooseX::AttributeHelpers' => 0.23,
};