Skip to content

Commit

Permalink
fixed typo in Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 19, 2012
1 parent 3200504 commit 40d631f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
Expand Up @@ -10,7 +10,7 @@
- Improved documentation.
- Improved tests.
- Fixed json_has method in Test::Mojo.
- Fixed bug in Mojo::Log that prevented some message event from being
- Fixed bug in Mojo::Log that prevented some message events from being
emitted.
- Fixed small class_to_file bug.
- Fixed a few small namespace handling bugs.
Expand Down
5 changes: 0 additions & 5 deletions lib/Mojolicious/Routes/Match.pm
Expand Up @@ -11,14 +11,9 @@ has stack => sub { [] };
sub new {
my $self = shift->SUPER::new;

# Method
$self->{method} = uc shift;

# Path
my $path = url_unescape shift;
$self->{path} = decode('UTF-8', $path) // $path;

# WebSocket
$self->{websocket} = shift;

return $self;
Expand Down

0 comments on commit 40d631f

Please sign in to comment.