diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-05 12:49:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-05 12:49:40 +0000 |
commit | 1c74f1bd35770c573375e31cfb53d48d3ef6b920 (patch) | |
tree | d072de5793ee7052334364184950108a00b5018b /ext | |
parent | faecd977681fb50ecb4b9174f76ac49d0d9e21c7 (diff) | |
download | perl-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.PL | 2 |
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 { |