X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F003_util_std_type_constraints.t;h=63402276ed038bc4c82c0e3af76d03eaec8d07fa;hb=920139b3efca66d2caeeef306c97fa0da62c6b73;hp=f0a77cef06f0618f572fb66903c921a1406ce389;hpb=27828c640c661748c350bbad994d543b42117d85;p=gitmo%2FMouse.git diff --git a/t/040_type_constraints/003_util_std_type_constraints.t b/t/040_type_constraints/003_util_std_type_constraints.t index f0a77ce..6340227 100644 --- a/t/040_type_constraints/003_util_std_type_constraints.t +++ b/t/040_type_constraints/003_util_std_type_constraints.t @@ -1,11 +1,14 @@ #!/usr/bin/perl +use lib 't/lib'; use strict; use warnings; use Test::More tests => 277; use Test::Exception; +use Test::Mouse; + use Scalar::Util (); BEGIN {