Skip Menu |

This queue is for tickets about the CPAN-Search-Lite CPAN distribution.

Report information
The Basics
Id: 51890
Status: resolved
Priority: 0/
Queue: CPAN-Search-Lite

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/CPAN/Search/Lite/Lang.pm b/lib/CPAN/Search/Lite/Lang.pm index 672cc0c..7661c33 100644 --- a/lib/CPAN/Search/Lite/Lang.pm +++ b/lib/CPAN/Search/Lite/Lang.pm @@ -60,7 +60,7 @@ used as load(lang => $lang, pages => $pages, chaps_desc => $chaps_desc); which will, for example, take the data structure C<$pages> and -populate C<$pages->{$lang}> with the appropriate C<$page> from +populate C<< $pages->{$lang} >> with the appropriate C<$page> from the requested C<$pages> from C<CPAN::Search::Lite::Lang::$lang.pm>. At present the available data structures are:
Thank you for the patch. Fixed in 0.77. On Mon Nov 23 13:27:40 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.