On 13 Sep 2000 07:18:15 -0000, Perl6 RFC Librarian <[EMAIL PROTECTED]> wrote:
> This and other RFCs are available on the web at
>   http://dev.perl.org/rfc/
> 
> =head1 TITLE
> 
> POD should tolerate white space.

I don't want any newlines needed at all, though I think I stand somewhat alone
here.

I don't like the emty space on my screen when I have to do things like (cut
from see RFC 130):

|
|=head1 CHANGES
|
|=over 4
|
|=item *
|
|Detailed implementation description
|
|=item *
|
|Add a new pragma 'varlock' for controlling the concurrency control.
|
|=back 4
|
|=head1 DESCRIPTION
|

Where's the info? There's to much empty lines in there! One has to search for
the info. It better be written as (be able to):

|=head1 CHANGES
|
|=over 4
|=item *
|Detailed implementation description
|
|=item *
|Add a new pragma 'varlock' for controlling the concurrency control.
|
|=back 4
|
|=head1 DESCRIPTION

Or for the real compression freaks, no empty lines at all.

-- 
H.Merijn Brand           Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl5.005.03, 5.6.0 & 516 on HP-UX 10.20, HP-UX 11.00, AIX 4.2, AIX 4.3,
     DEC OSF/1 4.0 and WinNT 4.0 SP-6a,  often with Tk800.022 and/or DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Reply via email to