From: Peter Rabbitson Date: Fri, 13 Aug 2010 10:35:38 +0000 (+0000) Subject: Even though it is in the depchain due to YAML - just go ahead and declare it X-Git-Tag: v0.11008~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd184b2c410d4b47f928fef5f6a1e74ae7a86958;p=dbsrgits%2FSQL-Translator.git Even though it is in the depchain due to YAML - just go ahead and declare it --- diff --git a/Changes b/Changes index b8c02c8..c9feef8 100644 --- 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 --- 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 => {