Skip to content

Commit

Permalink
Try fixing windows 5.14 CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jul 2, 2024
1 parent 192d540 commit dbf4135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ requires 'namespace::autoclean' => '0';
requires 'URI' => '0';
requires 'Hash::MultiValue' => '0';
requires 'HTTP::Message' => '0';
requires 'Test::Deep' => '0.091';

on 'test' => sub {
requires 'Test::Deep' => '0';
requires 'Test::Exception' => '0';
};

0 comments on commit dbf4135

Please sign in to comment.