new release with updated M::I
[gitmo/MooseX-Types.git] / t / 16_introspection.t
index 688baec..da39992 100644 (file)
@@ -2,9 +2,11 @@
 use strict;
 use warnings;
 
-use Data::Dump qw( pp );
 use Test::More tests => 1;
 
+use FindBin;
+use lib "$FindBin::Bin/lib";
+
 do {
     package IntrospectionTest;
     use IntrospectTypeExports   __PACKAGE__, qw( TwentyThree NonEmptyStr MyNonEmptyStr );