Text::ParseWords depends on Scalar::Util
Steffen Mueller [Sun, 30 Aug 2009 20:27:58 +0000 (22:27 +0200)]
Add hack to Makefile.SH to specify an explicit dependency of
Text::ParseWords on Scalar::Util.

Makefile.SH

index 17ffa71..e9ffdca 100644 (file)
@@ -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