Skip Menu |

This queue is for tickets about the HTTP-OAI CPAN distribution.

Report information
The Basics
Id: 51853
Status: resolved
Priority: 0/
Queue: HTTP-OAI

People
Owner: TIMBRODY [...] cpan.org
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.22
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/HTTP/OAI/Header.pm b/lib/HTTP/OAI/Header.pm index 7e81b5d..c379d00 100644 --- a/lib/HTTP/OAI/Header.pm +++ b/lib/HTTP/OAI/Header.pm @@ -156,6 +156,6 @@ Returns the list of setSpecs and optionally appends a new setSpec C<$setSpec> (O =item $dom_fragment = $id->generate() -Act as a SAX driver (use C<$h->set_handler()> to specify the filter to pass events to). +Act as a SAX driver (use C<< $h->set_handler() >> to specify the filter to pass events to). =back diff --git a/lib/HTTP/OAI/Record.pm b/lib/HTTP/OAI/Record.pm index b47cf52..3467714 100644 --- a/lib/HTTP/OAI/Record.pm +++ b/lib/HTTP/OAI/Record.pm @@ -132,7 +132,7 @@ Optionally adds a new About record (an L<HTTP::OAI::Metadata> object) and return =head2 Header Accessor Methods -These methods are equivalent to C<$rec->header->$method([$value])>. +These methods are equivalent to C<< $rec->header->$method([$value]) >>. =over 4
Tidied up some POD issues in 3.23.