Ben Bimber writes: > I recently submitted a perl module for the first time. On the front > CPAN page, in the module's documentation some of the line breaks are > getting ignored: > > http://search.cpan.org/~bbimber/Labkey-query-0.02/lib/Labkey/query.pm > > does anyone know how to change this?
In Pod, indent your code blocks with a space at the start of each line. See: http://perldoc.perl.org/perlpod.html#Verbatim-Paragraph > is the HTML page populated by the README file, POD or somewhere else? It's the Pod from the file lib/Labkey/query.pm. You can click the 'source' link near the top to see the file it's using. Cheers Smylers -- http://twitter.com/Smylers2