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