avoid relying on . being in @INC
[p5sagit/Devel-Declare.git] / t / early1.t
index 7bd08c4..bf4bda7 100644 (file)
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
 use Test::More tests => 1;
-use t::early1_x;
+use lib 't';
+use early1_x;
 class {};