This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Text::ParseWords depends on Scalar::Util
authorSteffen Mueller <smueller@cpan.org>
Sun, 30 Aug 2009 20:27:58 +0000 (22:27 +0200)
committerSteffen Mueller <smueller@cpan.org>
Sun, 30 Aug 2009 20:48:31 +0000 (22:48 +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