Skip Menu |

This queue is for tickets about the Audio-TagLib CPAN distribution.

Report information
The Basics
Id: 93448
Status: resolved
Priority: 0/
Queue: Audio-TagLib

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

Bug Information
Severity: Important
Broken in: 1.64_1
Fixed in: 1.64



Subject: stopwords syntax error in pod causing pod parsing issues
Hi, You pod has: =begin stopwords Ogg FLAC ... more READONLY Dongxu =end stopwords You need to make sure there's a blank line (no spaces either) before and after the pod directives: =begin stopwords Ogg ... Dongxu =end stopwords Without this, some pod parsers can't parse it properly, and end up not seeing any of your doc. For example, you can't see the doc via MetaCPAN. Cheers, Neil
On 2014-03-01 01:50:57, NEILB wrote: Show quoted text
> Hi, > > You pod has: > > =begin stopwords > Ogg > FLAC > ... more > READONLY > Dongxu > =end stopwords
This would also work: =for stopwords foo bar baz