Skip to content

Commit

Permalink
monkey_patch is not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 6, 2016
1 parent 49efcc8 commit 684b567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.09 2016-09-24
7.09 2016-10-06

7.08 2016-09-23
- Added -i and -o options to get command.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Log.pm
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base 'Mojo::EventEmitter';

use Carp 'croak';
use Fcntl ':flock';
use Mojo::Util qw(encode monkey_patch);
use Mojo::Util 'encode';

has format => sub { \&_format };
has handle => sub {
Expand Down

0 comments on commit 684b567

Please sign in to comment.