projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ed10982
)
Require Test::More 0.88 for done_testing
Dave Rolsky [Wed, 20 Jan 2010 21:46:55 +0000 (15:46 -0600)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
353d689
..
9e242da
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-12,7
+12,7
@@
my $builder = Module::Build->new(
},
build_requires => {
'Scalar::Util' => '0',
- 'Test::More' => '0',
+ 'Test::More' => '0.88',
},
create_makefile_pl => 'passthrough',
create_readme => 1,