[Moose-commits] r7781 - MooseX-Types/trunk/t
rafl at code2.0beta.co.uk
rafl at code2.0beta.co.uk
Sun Feb 22 19:48:29 GMT 2009
Author: rafl
Date: 2009-02-22 11:48:29 -0800 (Sun, 22 Feb 2009)
New Revision: 7781
Modified:
MooseX-Types/trunk/t/16_introspection.t
Log:
Fix test fail by adding t/lib to @INC.
Modified: MooseX-Types/trunk/t/16_introspection.t
===================================================================
--- MooseX-Types/trunk/t/16_introspection.t 2009-02-22 19:11:26 UTC (rev 7780)
+++ MooseX-Types/trunk/t/16_introspection.t 2009-02-22 19:48:29 UTC (rev 7781)
@@ -5,6 +5,9 @@
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 );
More information about the Moose-commits
mailing list