Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Table-FromDatabase CPAN distribution.

Report information
The Basics
Id: 51752
Status: resolved
Priority: 0/
Queue: HTML-Table-FromDatabase

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

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: (no value)



Subject: [Patch] POD nits
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/HTML/Table/FromDatabase.pm b/lib/HTML/Table/FromDatabase.pm index 2888e9f..131041e 100644 --- a/lib/HTML/Table/FromDatabase.pm +++ b/lib/HTML/Table/FromDatabase.pm @@ -307,9 +307,9 @@ rather than just displaying it exactly as it comes out of the database. L<HTML::Table>, obviously :) -L<HTML::Strip> is required if you use the C<-html => 'strip'> option. +L<HTML::Strip> is required if you use the C<< -html => 'strip' >> option. -L<CGI> if you use the C<-html => 'encode'> option (this may change in future +L<CGI> if you use the C<< -html => 'encode' >> option (this may change in future versions, as loading a module as big as CGI.pm simply to HTML-encode text seems akin to using a tactictal nuclear weapon to dig a hole).
On Thu Nov 19 14:53:57 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Thanks! I'll apply that over the weekend and get a new version out.
I finally got round to releasing version 0.07 including this patch; I was going to hold it back until I had a version to release with more features too, but figured I'd better just release the fixed version. Many thanks for the patch, appreciated!