This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a503f3
)
Text::ParseWords depends on Scalar::Util
author
Steffen Mueller
<smueller@cpan.org>
Sun, 30 Aug 2009 20:27:58 +0000
(22:27 +0200)
committer
Steffen 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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
17ffa71
..
e9ffdca
100644
(file)
--- 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