projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e40faf4
)
Even though it is in the depchain due to YAML - just go ahead and declare it
Peter Rabbitson [Fri, 13 Aug 2010 10:35:38 +0000 (10:35 +0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b8c02c8
..
c9feef8
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+* Add explicit Scalar::Util to the deplist for really old perls
+
# ----------------------------------------------------------
# 0.11006 2010-06-03
# ----------------------------------------------------------
diff --git
a/Makefile.PL
b/Makefile.PL
index
148fec7
..
bffaa89
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-20,6
+20,7
@@
my $deps = {
'DBI' => 0,
'File::ShareDir' => 1.0,
'File::Spec' => 0,
+ 'Scalar::Util' => 0,
'XML::Writer' => 0.500,
},
recommends => {