Skip to content

Commit

Permalink
Merge pull request #1309 from metacpan/mickey/fix_cron_warning
Browse files Browse the repository at this point in the history
Added missing import
  • Loading branch information
mickeyn authored Oct 31, 2024
2 parents add12c8 + 7458bed commit 37a3bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Snapshot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Cpanel::JSON::XS qw( decode_json encode_json );
use DateTime ();
use DateTime::Format::ISO8601 ();
use HTTP::Tiny ();
use Log::Contextual qw( :log );
use Log::Contextual qw( :log :dlog );
use MetaCPAN::Server::Config ();
use MetaCPAN::Types::TypeTiny qw( ArrayRef Bool Str );
use Moose;
Expand Down

0 comments on commit 37a3bd9

Please sign in to comment.