Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 8, 2014
1 parent c5c4878 commit 117ac45
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.78 2014-02-07
4.78 2014-02-08
- Fixed ";" handling in Mojo::Parameters to be compliant with the HTML
Living Standard.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Content.pm
Expand Up @@ -324,7 +324,7 @@ Mojo::Content - HTTP content base class
=head1 DESCRIPTION
L<Mojo::Content> is an abstract base class for HTTP content as described in
L<Mojo::Content> is an abstract base class for HTTP content based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
=head1 EVENTS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Content/MultiPart.pm
Expand Up @@ -215,8 +215,8 @@ Mojo::Content::MultiPart - HTTP multipart content
=head1 DESCRIPTION
L<Mojo::Content::MultiPart> is a container for HTTP multipart content as
described in L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
L<Mojo::Content::MultiPart> is a container for HTTP multipart content based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
=head1 EVENTS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Content/Single.pm
Expand Up @@ -69,7 +69,7 @@ Mojo::Content::Single - HTTP content
=head1 DESCRIPTION
L<Mojo::Content::Single> is a container for HTTP content as described in
L<Mojo::Content::Single> is a container for HTTP content based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
=head1 EVENTS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Cookie.pm
Expand Up @@ -27,7 +27,7 @@ Mojo::Cookie - HTTP cookie base class
=head1 DESCRIPTION
L<Mojo::Cookie> is an abstract base class for HTTP cookies as described in
L<Mojo::Cookie> is an abstract base class for HTTP cookies based on
L<RFC 6265|http://tools.ietf.org/html/rfc6265>.
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Cookie/Request.pm
Expand Up @@ -43,8 +43,8 @@ Mojo::Cookie::Request - HTTP request cookie
=head1 DESCRIPTION
L<Mojo::Cookie::Request> is a container for HTTP request cookies as described
in L<RFC 6265|http://tools.ietf.org/html/rfc6265>.
L<Mojo::Cookie::Request> is a container for HTTP request cookies based on
L<RFC 6265|http://tools.ietf.org/html/rfc6265>.
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Cookie/Response.pm
Expand Up @@ -99,8 +99,8 @@ Mojo::Cookie::Response - HTTP response cookie
=head1 DESCRIPTION
L<Mojo::Cookie::Response> is a container for HTTP response cookies as
described in L<RFC 6265|http://tools.ietf.org/html/rfc6265>.
L<Mojo::Cookie::Response> is a container for HTTP response cookies based on
L<RFC 6265|http://tools.ietf.org/html/rfc6265>.
=head1 ATTRIBUTES
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Date.pm
Expand Up @@ -74,7 +74,7 @@ Mojo::Date - HTTP date
=head1 DESCRIPTION
L<Mojo::Date> implements HTTP date and time functions as described in
L<Mojo::Date> implements HTTP date and time functions based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Headers.pm
Expand Up @@ -176,7 +176,7 @@ Mojo::Headers - Headers
=head1 DESCRIPTION
L<Mojo::Headers> is a container for HTTP headers as described in
L<Mojo::Headers> is a container for HTTP headers based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Message.pm
Expand Up @@ -315,8 +315,8 @@ Mojo::Message - HTTP message base class
=head1 DESCRIPTION
L<Mojo::Message> is an abstract base class for HTTP messages as described in
L<RFC 2616|http://tools.ietf.org/html/rfc2616> and
L<Mojo::Message> is an abstract base class for HTTP messages based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616> as well as
L<RFC 2388|http://tools.ietf.org/html/rfc2388>.
=head1 EVENTS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Message/Request.pm
Expand Up @@ -288,7 +288,7 @@ Mojo::Message::Request - HTTP request
=head1 DESCRIPTION
L<Mojo::Message::Request> is a container for HTTP requests as described in
L<Mojo::Message::Request> is a container for HTTP requests based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616> and
L<RFC 2817|http://tools.ietf.org/html/rfc2817>.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Message/Response.pm
Expand Up @@ -169,7 +169,7 @@ Mojo::Message::Response - HTTP response
=head1 DESCRIPTION
L<Mojo::Message::Response> is a container for HTTP responses as described in
L<Mojo::Message::Response> is a container for HTTP responses based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
=head1 EVENTS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Transaction/HTTP.pm
Expand Up @@ -199,8 +199,8 @@ Mojo::Transaction::HTTP - HTTP transaction
=head1 DESCRIPTION
L<Mojo::Transaction::HTTP> is a container for HTTP transactions as described
in L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
L<Mojo::Transaction::HTTP> is a container for HTTP transactions based on
L<RFC 2616|http://tools.ietf.org/html/rfc2616>.
=head1 EVENTS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -360,8 +360,8 @@ Mojo::Transaction::WebSocket - WebSocket transaction
=head1 DESCRIPTION
L<Mojo::Transaction::WebSocket> is a container for WebSocket transactions as
described in L<RFC 6455|http://tools.ietf.org/html/rfc6455>. Note that 64bit
L<Mojo::Transaction::WebSocket> is a container for WebSocket transactions
based on L<RFC 6455|http://tools.ietf.org/html/rfc6455>. Note that 64bit
frames require a Perl with support for quads or they are limited to 32bit.
=head1 EVENTS
Expand Down
5 changes: 3 additions & 2 deletions lib/Mojo/UserAgent/CookieJar.pm
Expand Up @@ -138,8 +138,9 @@ Mojo::UserAgent::CookieJar - Cookie jar for HTTP user agents
=head1 DESCRIPTION
L<Mojo::UserAgent::CookieJar> is a minimalistic and relaxed cookie jar based
on L<RFC 6265|http://tools.ietf.org/html/rfc6265> for L<Mojo::UserAgent>.
L<Mojo::UserAgent::CookieJar> is a minimalistic and relaxed cookie jar used by
L<Mojo::UserAgent> and based on
L<RFC 6265|http://tools.ietf.org/html/rfc6265>.
=head1 ATTRIBUTES
Expand Down

0 comments on commit 117ac45

Please sign in to comment.