summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-05 12:49:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-05 12:49:40 +0000
commit1c74f1bd35770c573375e31cfb53d48d3ef6b920 (patch)
treed072de5793ee7052334364184950108a00b5018b /ext
parentfaecd977681fb50ecb4b9174f76ac49d0d9e21c7 (diff)
downloadperl-1c74f1bd35770c573375e31cfb53d48d3ef6b920.tar.gz
various nits identified by warnings unmasked by recent changes
p4raw-id: //depot/perl@4758
Diffstat (limited to 'ext')
-rw-r--r--ext/B/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL
index dcff65a50b..cb9696bf41 100644
--- a/ext/B/Makefile.PL
+++ b/ext/B/Makefile.PL
@@ -26,7 +26,7 @@ WriteMakefile(
package MY;
sub post_constants {
- "\nLIBS = $Config{libs}\n"
+ "\nLIBS = $Config::Config{libs}\n"
}
sub postamble {