projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a3e6280
)
Added Test::Deep and removed Test::Class dependency
rkinyon [Tue, 18 Apr 2006 02:58:17 +0000 (
02:58
+0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
8697d77
..
5c23217
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-16,7
+16,7
@@
my $build = Module::Build->new(
build_requires => {
'File::Path' => '0.01',
'File::Temp' => '0.01',
- 'Test::Class' => '0.01',
+ 'Test::Deep' => '0.94',
'Test::More' => '0.47',
'Test::Exception' => '0.21',
},