Skip to content

Commit 37a3bd9

Browse files
authored
Merge pull request #1309 from metacpan/mickey/fix_cron_warning
Added missing import
2 parents add12c8 + 7458bed commit 37a3bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Script/Snapshot.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Cpanel::JSON::XS qw( decode_json encode_json );
77
use DateTime ();
88
use DateTime::Format::ISO8601 ();
99
use HTTP::Tiny ();
10-
use Log::Contextual qw( :log );
10+
use Log::Contextual qw( :log :dlog );
1111
use MetaCPAN::Server::Config ();
1212
use MetaCPAN::Types::TypeTiny qw( ArrayRef Bool Str );
1313
use Moose;

0 commit comments

Comments
 (0)