projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
68117c4
)
updataing the Test::More dep
Stevan Little [Thu, 8 Jun 2006 19:54:16 +0000 (19:54 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
ecb723b
..
034fcc3
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-17,7
+17,7
@@
my $build = Module::Build->new(
optional => {
},
build_requires => {
- 'Test::More' => '0.47',
+ 'Test::More' => '0.62',
'Test::Exception' => '0.21',
},
create_makefile_pl => 'traditional',