Skip to content

Commit

Permalink
do not use Exporter as a base class
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 4, 2014
1 parent ca039a7 commit ae504b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojo/Util.pm
@@ -1,11 +1,12 @@
package Mojo::Util;
use Mojo::Base 'Exporter';
use Mojo::Base -strict;

use Carp qw(carp croak);
use Data::Dumper ();
use Digest::MD5 qw(md5 md5_hex);
use Digest::SHA qw(hmac_sha1_hex sha1 sha1_hex);
use Encode 'find_encoding';
use Exporter 'import';
use File::Basename 'dirname';
use File::Spec::Functions 'catfile';
use List::Util 'min';
Expand Down

0 comments on commit ae504b7

Please sign in to comment.