Navigation Menu

Skip to content

Commit

Permalink
small optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 24, 2013
1 parent d20b9cf commit dada154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.59 2013-11-22
4.59 2013-11-24

4.58 2013-11-19
- Improved IIS and WebSphere compatibility of Mojo::Message::Request.
Expand Down
4 changes: 1 addition & 3 deletions lib/Mojo/Base.pm
Expand Up @@ -36,9 +36,7 @@ sub import {
}

# Mojo modules are strict!
strict->import;
warnings->import;
utf8->import;
$_->import for qw(strict warnings utf8);
feature->import(':5.10');
}

Expand Down

0 comments on commit dada154

Please sign in to comment.