projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e65dccb
)
Add a dep for Test::LongString
Yuval Kogman [Tue, 20 Jun 2006 21:55:21 +0000 (21:55 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
034fcc3
..
d6edef1
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-17,8
+17,9
@@
my $build = Module::Build->new(
optional => {
},
build_requires => {
- 'Test::More' => '0.62',
- 'Test::Exception' => '0.21',
+ 'Test::More' => '0.62',
+ 'Test::Exception' => '0.21',
+ 'Test::LongString' => '0',
},
create_makefile_pl => 'traditional',
recursive_test_files => 1,