Navigation Menu

Skip to content

Commit

Permalink
no need to import deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 30, 2013
1 parent f4c5648 commit 45a4629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes.pm
Expand Up @@ -4,7 +4,7 @@ use Mojo::Base 'Mojolicious::Routes::Route';
use List::Util 'first';
use Mojo::Cache;
use Mojo::Loader;
use Mojo::Util qw(camelize deprecated);
use Mojo::Util 'camelize';
use Mojolicious::Routes::Match;
use Scalar::Util 'weaken';

Expand Down

0 comments on commit 45a4629

Please sign in to comment.