From: Steffen Mueller Date: Sun, 30 Aug 2009 20:27:58 +0000 (+0200) Subject: Text::ParseWords depends on Scalar::Util X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b958685606d4933b0e19ed95988f8351a97b6626;p=p5sagit%2Fp5-mst-13.2.git Text::ParseWords depends on Scalar::Util Add hack to Makefile.SH to specify an explicit dependency of Text::ParseWords on Scalar::Util. --- diff --git a/Makefile.SH b/Makefile.SH index 17ffa71..e9ffdca 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -194,6 +194,8 @@ for f in $dynamic_ext; do $this_target: lib/auto/List/Util/Util.$dlext" ;; Unicode/Normalize) extra_dep="$extra_dep $this_target: uni.data" ;; + Text/ParseWords) extra_dep="$extra_dep +$this_target: lib/auto/Scalar/Util.$dlext" ;; esac done