Skip Menu |

This queue is for tickets about the News-Archive CPAN distribution.

Report information
The Basics
Id: 51864
Status: new
Priority: 0/
Queue: News-Archive

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

Bug Information
Severity: (no value)
Broken in: 0.14
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/News/Archive.pm b/News/Archive.pm index e6bb6dd..3ace404 100644 --- a/News/Archive.pm +++ b/News/Archive.pm @@ -695,7 +695,7 @@ sub overview_fmt { News::Overview::overview_fmt } =item active_times ( [PATTERN] ) Returns a hashref where the keys are the group names, and the values are -the results from C<News::GroupInfo::Entry->arrayref()>. +the results from C<< News::GroupInfo::Entry->arrayref() >>. =cut @@ -711,7 +711,7 @@ sub active_times { =item active ( [PATTERN] ) Returns a hashref where the keys are the group names, and the values are -the results from C<News::Active::Entry->arrayref()>. +the results from C<< News::Active::Entry->arrayref() >>. =cut