Skip Menu |

This queue is for tickets about the Pod-Parser CPAN distribution.

Report information
The Basics
Id: 12240
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Pod-Parser

People
Owner: Marek.Rouchal [...] gmx.net
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: 1.31



Subject: podchecker considers C<<< C<<foo>> >>> to be bad
According to perlpodspec, this is valid POD. =pod C<<< C<<foo>> >>> =cut But podchecker complains: *** ERROR: nested commands C<...C<...>...> at line 3 in file /tmp/bad.pod /tmp/bad.pod has 1 pod syntax error.
[MSCHWERN - Mon Apr 11 02:03:36 2005]: Show quoted text
> According to perlpodspec, this is valid POD. > > =pod > > C<<< C<<foo>> >>> > > =cut > > But podchecker complains: > > *** ERROR: nested commands C<...C<...>...> at line 3 in
file /tmp/bad.pod Show quoted text
> /tmp/bad.pod has 1 pod syntax error.
I will downgrade this to a warning. Reason for reporting this: the behaviour of e.g. a double-C<...> is not clearly defined: toggle on/off? even more code?? Cheers, Marek
thanks, will be in Pod-Parser-1.31: the error will be downgraded to a warning. -Marek