avoid relying on . being in @INC
[p5sagit/Devel-Declare.git] / t / early1.t
1 use strict;
2 use warnings;
3 use Test::More tests => 1;
4 use lib 't';
5 use early1_x;
6 class {};