[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Shuck curiosity



At 12.23 -0400 1998.09.26, Xah Lee wrote:
>Something I find strange. In the following file,
>shuck won't render the line "some thing 2". This is also true on
>Unix's pod2text. The workaround is to add a return after the line "#--
>something --".
>
>I didn't see any mentioning of this behavior in perlpod.pod.
>Can anyone explain why?

I have always made sure to put a blank line before and after every pod
directive, so I have never had that problem (except for when I used to get
bitten by not doing it, and modified my behavior accordingly :-).


=pod

some thing

=cut

use strict;
print "code section";

#-- something --
=pod

some thing 2

=cut

print "code section";

=pod

some thing 3

=cut

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch