projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4c3601d
)
Fixed typo in a build_requires
rkinyon [Wed, 22 Mar 2006 03:33:45 +0000 (
03:33
+0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
1f3dbe5
..
8697d77
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',
- 'Temp::Class' => '0.01',
+ 'Test::Class' => '0.01',
'Test::More' => '0.47',
'Test::Exception' => '0.21',
},