Skip Menu |

This queue is for tickets about the Catalyst-Action-REST CPAN distribution.

Report information
The Basics
Id: 53780
Status: resolved
Priority: 0/
Queue: Catalyst-Action-REST

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

Bug Information
Severity: Unimportant
Broken in: 0.81
Fixed in: (no value)



Subject: Minor POD issues (whatis + spelling)
I should probably just fix this myself if Catalyst-Action-REST happens to be in the SVN repository. Anyway, there are some minor POD issues we patch this module for, namely the whatis entry (for apropos and mandb) and a typo. Here are the two patches: --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -138,7 +138,7 @@ =item * C<text/html> => C<YAML::HTML> This uses L<YAML::Syck> and L<URI::Find> to generate YAML with all URLs turned -to hyperlinks. Only useable for Serialization. +to hyperlinks. Only usable for Serialization. =item * C<application/json> => C<JSON> --- a/lib/Catalyst/Action/SerializeBase.pm +++ b/lib/Catalyst/Action/SerializeBase.pm @@ -157,9 +157,7 @@ =head1 NAME -B<Catalyst::Action::SerializeBase> - -Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize. +Catalyst::Action::SerializeBase - base class for Catalyst::Action::Serialize =head1 DESCRIPTION
Fixed in 26b59bc, thanks for the bug report.