Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in test example
  • Loading branch information
kraih committed Feb 18, 2012
1 parent e578f6e commit 18ffb67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.51 2012-02-18 00:00:00
- Improved documentation.

2.50 2012-02-18 00:00:00
- Added EXPERIMENTAL is_running method to Mojo::IOWatcher and
Mojo::IOWatcher::EV.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -32,7 +32,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.50';
our $VERSION = '2.51';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -455,7 +455,7 @@ Alias for L<Mojo::UserAgent/"app">.
# Change log level
$t->app->log->level('fatal');
# Increase inactivity timeout for all connections
# Disable inactivity timeout for all connections
$t->app->hook(after_build_tx => sub {
my ($tx, $app) = @_;
$tx->on(connection => sub {
Expand Down

0 comments on commit 18ffb67

Please sign in to comment.