Skip to content

Commit

Permalink
Remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 8, 2025
1 parent 1c4903f commit a70f80b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion t/gv.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use Test::DescribeMe qw(author);
use Test::Most;
use Test::More;
use Test::Needs 'Test::GreaterVersion';

Test::GreaterVersion::has_greater_version_than_cpan('CGI::Info');
Expand Down
1 change: 0 additions & 1 deletion t/modules-used.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use strict;

use Test::DescribeMe qw(author);
use Test::Most;
use Test::Needs 'Test::Module::Used';

my $used = Test::Module::Used->new(meta_file => 'MYMETA.yml');
Expand Down

0 comments on commit a70f80b

Please sign in to comment.