summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPhilip Newton <pne@cpan.org>2001-07-03 00:06:22 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-02 19:21:18 +0000
commitd35bf2f7dc52dfa2e6a832566c17bdb2cd355777 (patch)
treef3994bef8a7d231989f0766211b23c2c6f02edd8 /ext
parent2e8215110ed322ac9933ec21f1d5eacadf7b18e6 (diff)
downloadperl-d35bf2f7dc52dfa2e6a832566c17bdb2cd355777.tar.gz
Re: [PATCH perlsnap] '-' !~ /\w/
(no Message-Id) p4raw-id: //depot/perl@11108
Diffstat (limited to 'ext')
-rw-r--r--ext/NDBM_File/hints/linux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/NDBM_File/hints/linux.pl b/ext/NDBM_File/hints/linux.pl
index 47f9d2c39a..405afa7464 100644
--- a/ext/NDBM_File/hints/linux.pl
+++ b/ext/NDBM_File/hints/linux.pl
@@ -3,4 +3,4 @@
# (no null key support)
# Jonathan Stowe <gellyfish@gellyfish.com>
use Config;
-$self->{LIBS} = ['-lgdbm'] if $Config{libs} =~ /\b-lgdbm\b/;
+$self->{LIBS} = ['-lgdbm'] if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;