Skip to content

Commit

Permalink
a few more references
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 13, 2013
1 parent 3b76e5d commit 4034235
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.90 2013-03-11
3.90 2013-03-13
- Added direct array access for parsed parameters to Mojo::Parameters.
- Added direct array access for path parts to Mojo::Path.
- Improved dumper helper to sort hash keys.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Cookie.pm
Expand Up @@ -60,7 +60,8 @@ Mojo::Cookie - HTTP cookie base class
=head1 DESCRIPTION
L<Mojo::Cookie> is an abstract base class for HTTP cookies.
L<Mojo::Cookie> is an abstract base class for HTTP cookies as described in RFC
6265.
=head1 ATTRIBUTES
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Cookie/Request.pm
Expand Up @@ -42,7 +42,8 @@ Mojo::Cookie::Request - HTTP request cookie
=head1 DESCRIPTION
L<Mojo::Cookie::Request> is a container for HTTP request cookies.
L<Mojo::Cookie::Request> is a container for HTTP request cookies as described
in RFC 6265.
=head1 ATTRIBUTES
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Cookie/Response.pm
Expand Up @@ -94,7 +94,8 @@ Mojo::Cookie::Response - HTTP response cookie
=head1 DESCRIPTION
L<Mojo::Cookie::Response> is a container for HTTP response cookies.
L<Mojo::Cookie::Response> is a container for HTTP response cookies as
described in RFC 6265.
=head1 ATTRIBUTES
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Parameters.pm
Expand Up @@ -209,7 +209,7 @@ Mojo::Parameters - Parameters
=head1 DESCRIPTION
L<Mojo::Parameters> is a container for form parameters.
L<Mojo::Parameters> is a container for form parameters used by L<Mojo::URL>.
=head1 ATTRIBUTES
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Path.pm
Expand Up @@ -156,7 +156,7 @@ Mojo::Path - Path
=head1 DESCRIPTION
L<Mojo::Path> is a container for URL paths.
L<Mojo::Path> is a container for paths used by L<Mojo::URL>.
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/UserAgent/CookieJar.pm
Expand Up @@ -129,8 +129,8 @@ Mojo::UserAgent::CookieJar - Cookie jar for HTTP user agents
=head1 DESCRIPTION
L<Mojo::UserAgent::CookieJar> is a minimalistic and relaxed cookie jar used by
L<Mojo::UserAgent>.
L<Mojo::UserAgent::CookieJar> is a minimalistic and relaxed cookie jar based
on RFC 6265 for L<Mojo::UserAgent>.
=head1 ATTRIBUTES
Expand Down

0 comments on commit 4034235

Please sign in to comment.