summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2009-08-30 22:27:58 +0200
committerSteffen Mueller <smueller@cpan.org>2009-08-30 22:48:31 +0200
commitb958685606d4933b0e19ed95988f8351a97b6626 (patch)
tree4072d31075b8b776fe86aba62836c84f0ceabc92
parent4a503f371e8f1d4e174172c023c18046ee5b1a22 (diff)
downloadperl-b958685606d4933b0e19ed95988f8351a97b6626.tar.gz
Text::ParseWords depends on Scalar::Util
Add hack to Makefile.SH to specify an explicit dependency of Text::ParseWords on Scalar::Util.
-rw-r--r--Makefile.SH2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 17ffa7183b..e9ffdcaf82 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