Skip Menu |

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

Report information
The Basics
Id: 90525
Status: rejected
Priority: 0/
Queue: Pod-Checker

People
Owner: Nobody in particular
Requestors: GLEACH [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.60
Fixed in: 1.60



Subject: Error on I<...> in =item
*** ERROR: =item without previous =over at line 1 in file errors.pm *** WARNING: No items in =over (at line 3) / =back list at line 7 in file errors.pm errors.pm has 1 pod syntax error.
Subject: errors.pm
=item tests =over 4 I<this does not> =back
Subject: Re: [rt.cpan.org #90525] Error on I<...> in =item
Date: Tue, 19 Nov 2013 10:06:28 -0500
To: Geoffrey Leach via RT <bug-Pod-Checker [...] rt.cpan.org>
From: Ricardo Signes <rjbs [...] cpan.org>
* Geoffrey Leach via RT <bug-Pod-Checker@rt.cpan.org> [2013-11-19T09:49:43] Show quoted text
> *** ERROR: =item without previous =over at line 1 in file errors.pm > *** WARNING: No items in =over (at line 3) / =back list at line 7 in file errors.pm > errors.pm has 1 pod syntax error. >
Show quoted text
> =item tests > > =over 4 > > I<this does not> > > =back
Could you elaborate on what you actually think is going wrong? You started with =item, but =item should occur inside an =over. Correcting that, I'd expect to see only a warning about an =over/=back with no items. Although legal, it's poorly supported and almost never used. So: please tell us what you thought should have happened and did not. -- rjbs
Download signature.asc
application/pgp-signature 490b

Message body not shown because it is not plain text.

What I was looking for was to indent and italicize. (The original problem is somewhat more complex.) Perlooidspec implied (I thought) that =over could be used inside =item as well as outsize. If that's not the case, then there is no problem here.
Subject: Re: [rt.cpan.org #90525] Error on I<...> in =item
Date: Tue, 19 Nov 2013 14:41:19 -0500
To: Geoffrey Leach via RT <bug-Pod-Checker [...] rt.cpan.org>
From: Ricardo Signes <rjbs [...] cpan.org>
* Geoffrey Leach via RT <bug-Pod-Checker@rt.cpan.org> [2013-11-19T11:54:14] Show quoted text
> What I was looking for was to indent and italicize. (The original problem is > somewhat more complex.) Perlooidspec implied (I thought) that =over could be > used inside =item as well as outsize. If that's not the case, then there is > no problem here.
It *can* be used that way, according to the spec, but I believe you will find that it is very poorly supported, thus the warning. The error you received is unrelated. In other words, there were two problems: =item =over Xyz =back In the above, there is an =item before any =over. This is illegal, and an error. =over Xyz =back In this, there is an =over with content before any =item. This is legal, but not well-supported, and warned about. I will close this ticket if I have the right permissions... -- rjbs
Download signature.asc
application/pgp-signature 490b

Message body not shown because it is not plain text.