Skip to content

Commit 10f1371

Browse files
oaldersmohawk2
authored andcommitted
import 'croak' as is used
1 parent 36b21b5 commit 10f1371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Model/Archive.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use MetaCPAN::Types qw(AbsFile AbsDir);
77
use Types::Standard qw(ArrayRef Bool Str);
88

99
use Archive::Any;
10-
use Carp;
10+
use Carp qw( croak );
1111
use File::Temp ();
1212
use Path::Class ();
1313
use Digest::file qw( digest_file_hex );

0 commit comments

Comments
 (0)