Skip to content

Commit 0344c2d

Browse files
authored
Merge pull request #19 from metacpan/mickey/cleanup
cleanup
2 parents 834572b + 10552a6 commit 0344c2d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

bin/cover.pl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
use MetaCPAN::Logger qw< :log :dlog >;
1010

1111
use MetaCPAN::ES;
12-
use MetaCPAN::Ingest qw<
13-
handle_error
14-
read_url
15-
>;
12+
use MetaCPAN::Ingest qw< read_url >;
1613

1714
# args
1815
my ( $json_file, $test );

bin/cve.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use MetaCPAN::ES;
1313
use MetaCPAN::Ingest qw<
14-
handle_error
1514
numify_version
1615
read_url
1716
>;

0 commit comments

Comments
 (0)