projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
90f93b4
)
Reduce require version of Scalar::Util from 1.18 to 1.14
rkinyon [Thu, 23 Feb 2006 18:46:10 +0000 (18:46 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
d12f73d
..
18173d8
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-7,7
+7,7
@@
my $build = Module::Build->new(
license => 'perl',
requires => {
'Digest::MD5' => '1.00',
- 'Scalar::Util' => '1.18',
+ 'Scalar::Util' => '1.14',
},
optional => {
},