diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-14 08:55:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-14 08:55:38 +0000 |
commit | 631cfb58c2bd693774ee9ffe59908af4423167d4 (patch) | |
tree | ef4efaf3ec8749310ab5430c08e82bf4f5c0428a /ext | |
parent | e3acbfda4f677df31695d7b2b63b7e9e854a3514 (diff) | |
download | perl-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')
-rw-r--r-- | ext/IPC/SysV/Makefile.PL | 2 |
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; |