Re: [PATCH perl-current] 19990607.008 - perlipc.pod
[email protected] ((Robert Spier)) Sun, 23 Jul 2000 21:39:45 -0400 (EDT)
| Newsgroups | perl.bugmongers |
|---|---|
| Message-ID | <[email protected]> |
Richard,
I sent this patch in a few days before, but didn't mark the bug as
closed because Jarkko was at TPC and I wanted to make sure it got
included.
Maybe we need an 'in progress' or 'waiting for patch approval'
status on bugs.
-R
>>>>> "RS" == Richard Soderberg <[email protected]> writes:
RS> R. diff -c /root/perl-current/pod/
RS> /root/perl-patched/pod/perlipc.pod ***
RS> /root/perl-current/pod/perlipc.pod Fri Apr 28 11:19:06 2000 ---
RS> /root/perl-patched/pod/perlipc.pod Sun Jul 23 01:25:31 2000
RS> *************** *** 837,843 **** You can test for these with
RS> Perl's B<-S> file test:
RS> unless ( -S '/dev/log' ) { ! die "something's wicked with
RS> the print system"; }
RS> Here's a sample Unix-domain client: --- 837,843 ---- You can
RS> test for these with Perl's B<-S> file test:
RS> unless ( -S '/dev/log' ) { ! die "something's wicked with
RS> the log system"; }
RS> Here's a sample Unix-domain client:
--