Skip to content

Commit

Permalink
Removed old deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed May 14, 2013
1 parent 8418d3e commit c7457de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Test/CheckDeps.pm
Expand Up @@ -7,10 +7,8 @@ our @EXPORT = qw/check_dependencies/;
our @EXPORT_OK = qw/check_dependencies_opts/;
our %EXPORT_TAGS = (all => [ @EXPORT, @EXPORT_OK ] );

use CPAN::Meta;
use CPAN::Meta::Check qw/check_requirements requirements_for/;
use List::Util qw/first/;
use Module::Metadata;
use Test::Builder;

my $builder = Test::Builder->new;
Expand Down

0 comments on commit c7457de

Please sign in to comment.