Skip to content

Commit

Permalink
Fix extra space, add Changes line
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Feb 21, 2012
1 parent 9ff013d commit e1889c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.52 2012-00-00 00:00:00
- Fixed a cookie jar path parsing bug.

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


# Leading dot
$jar = Mojo::CookieJar->new;
$jar->add(
Expand Down

0 comments on commit e1889c6

Please sign in to comment.