summaryrefslogtreecommitdiff
path: root/ext/IPC
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-07-14 08:55:38 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-07-14 08:55:38 +0000
commit631cfb58c2bd693774ee9ffe59908af4423167d4 (patch)
treeef4efaf3ec8749310ab5430c08e82bf4f5c0428a /ext/IPC
parente3acbfda4f677df31695d7b2b63b7e9e854a3514 (diff)
downloadperl-631cfb58c2bd693774ee9ffe59908af4423167d4.tar.gz
rename totally bletcherous SvLOCK() thingy (doesn't do what the
name suggests anyway) p4raw-id: //depot/perl@6398
Diffstat (limited to 'ext/IPC')
-rw-r--r--ext/IPC/SysV/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IPC/SysV/Makefile.PL b/ext/IPC/SysV/Makefile.PL
index b87f179be2..f994950d19 100644
--- a/ext/IPC/SysV/Makefile.PL
+++ b/ext/IPC/SysV/Makefile.PL
@@ -13,7 +13,7 @@ sub MY::libscan
return ''
if($path =~ m:/(RCS|CVS|SCCS)/: ||
$path =~ m:[~%]$: ||
- $path =~ m:(\.(orig|rej)|~)$:
+ $path =~ m:\.(orig|rej)$:
);
$path;