Skip to content

Commit

Permalink
space, attribution, commen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Feb 21, 2012
1 parent 1cb4e0b commit d412c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Changes
@@ -1,13 +1,12 @@
This file documents the revision history for Perl extension Mojolicious.


2.52 2012-02-20 00:00:00
- Removed experimental status from config method in Mojo.
- Renamed to_psgi method in Mojo::Server::PSGI to to_psgi_app.
- Improved documentation.
- Fixed bug that prevented Mojo::IOLoop from dying when started
twice.
- Fixed a cookie jar path parsing bug.
- Fixed a cookie jar path parsing bug. (marcus)

2.51 2012-02-19 00:00:00
- Added EXPERIMENTAL to_psgi method to Mojo::Server::PSGI.
Expand Down
2 changes: 1 addition & 1 deletion t/mojo/cookiejar.t
Expand Up @@ -308,7 +308,7 @@ is $cookies[0]->name, 'foo', 'right name';
is $cookies[0]->value, 'bar', 'right value';
is $cookies[1], undef, 'no second cookie';

# Leading dot
# ( in path.
$jar = Mojo::CookieJar->new;
$jar->add(
Mojo::Cookie::Response->new(
Expand Down

0 comments on commit d412c69

Please sign in to comment.