Skip to content

Commit bba96ac

Browse files
authored
Merge pull request #36 from manwar/explicit-import
Proposed fix the error when running the SYNOPSIS code.
2 parents ee021b2 + 23d1611 commit bba96ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Scientist.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package Scientist;
33

44
use Moo;
55
use Test2::Compare v0.0.121 qw/compare strict_convert/;
6+
use Test2::Compare::Delta;
67
use Time::HiRes qw/time/;
78
use Types::Standard qw/Bool Str CodeRef HashRef/;
89

0 commit comments

Comments
 (0)