Skip to content

Commit

Permalink
Fixes bad rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 13, 2014
1 parent 40f6dfc commit 54491e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Script/Runner.pm
Expand Up @@ -19,6 +19,7 @@ sub run {
= map { ( my $key = $_ ) =~ s/^MetaCPAN::Script:://; lc($key) => $_ }
plugins();
die 'Usage: metacpan [command] [args]' unless ($class);
Module::Runtime::require_module( $plugins{$class} );

my $config = build_config();
my $obj = $plugins{$class}->new_with_options($config);
Expand Down
2 changes: 0 additions & 2 deletions t/metacpan/util.t
Expand Up @@ -4,8 +4,6 @@ use warnings;
use MetaCPAN::Util;
use Test::Most;

use MetaCPAN::Util;

is( MetaCPAN::Util::author_dir('OALDERS'), 'id/O/OA/OALDERS', 'author_dir' );
is( MetaCPAN::Util::digest( 'foo', 'bar' ),
'4sMAo5MRot_K_3mVKEFct0wZMX8', 'digest' );
Expand Down

0 comments on commit 54491e4

Please sign in to comment.