Skip to content

Commit

Permalink
fixed Perl 5.8.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 17, 2011
1 parent d15d2ce commit 22f6630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -11,6 +11,7 @@ This file documents the revision history for Perl extension Mojolicious.
- Improved documentation.
- Fixed small redirect_to bug. (judofyr, sri)
- Fixed small attribute selector bug in Mojo::DOM::CSS.
- Fixed Perl 5.8.7 compatibility.

1.98 2011-09-14 00:00:00
- Removed Mojo::Server::FastCGI so it can be maintained as a separate
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Cookie.pm
Expand Up @@ -23,7 +23,7 @@ my $SEPARATOR_RE = qr/^\s*\;\s*/;
my $VALUE_RE = qr/
^
(
"(?:[^"\\]++|\\.)*+" # Quoted
"(?:\\\\|\\"|[^"])+" # Quoted
|
[^\;\,]+ # Unquoted
)
Expand Down

0 comments on commit 22f6630

Please sign in to comment.