From: Tomas Doran Date: Mon, 18 Jan 2010 20:56:44 +0000 (+0000) Subject: Doc nits pointed out in RT#53780 X-Git-Tag: 0.82~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26b59bcb480fe0ddb76deae691cabba3cd782776;p=catagits%2FCatalyst-Action-REST.git Doc nits pointed out in RT#53780 --- diff --git a/Changes b/Changes index 2d78c2b..3ed2a7d 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,8 @@ install Catalyst::Request::REST::ForBrowsers, they get the version in this distro. (Dave Rolsky) + Fix doc nits (RT#53780) + Thu 14 Jan 20:56:00 GMT 2010 - Release 0.81 Add a JSONP serialization type. diff --git a/lib/Catalyst/Action/SerializeBase.pm b/lib/Catalyst/Action/SerializeBase.pm index 7892ea4..f5a0df3 100644 --- a/lib/Catalyst/Action/SerializeBase.pm +++ b/lib/Catalyst/Action/SerializeBase.pm @@ -160,9 +160,7 @@ sub _serialize_bad_request { =head1 NAME -B - -Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize. +Catalyst::Action::SerializeBase - Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize. =head1 DESCRIPTION diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index d4e1b95..18653eb 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -138,7 +138,7 @@ Returns YAML generated by L. =item * C => C This uses L and L to generate YAML with all URLs turned -to hyperlinks. Only useable for Serialization. +to hyperlinks. Only usable for Serialization. =item * C => C