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
Makefile.PL

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
 # ----------------------------------------------------------
index 148fec7..bffaa89 100644 (file)
@@ -20,6 +20,7 @@ my $deps = {
     'DBI'                      => 0,
     'File::ShareDir'           => 1.0,
     'File::Spec'               => 0,
+    'Scalar::Util'             => 0,
     'XML::Writer'              => 0.500,
   },
   recommends => {