Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / type_constraints / type_notation_parser.t
index a62e24a..fb8a7e1 100644 (file)
@@ -5,9 +5,7 @@ use warnings;
 
 use Test::More;
 
-BEGIN {
-    use_ok("Moose::Util::TypeConstraints");
-}
+use Moose::Util::TypeConstraints;
 
 =pod