Fix test fail by adding t/lib to @INC.
Florian Ragwitz [Sun, 22 Feb 2009 19:48:29 +0000 (19:48 +0000)]
t/16_introspection.t

index 688baec..a814d34 100644 (file)
@@ -5,6 +5,9 @@ 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 );