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