avoid relying on . being in @INC
Karen Etheridge [Thu, 28 Jul 2016 20:13:03 +0000 (13:13 -0700)]
t/early1.t
t/early1_x.pm

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 {};
index 12fb55f..5aea017 100644 (file)
@@ -1,4 +1,4 @@
-package t::early1_x;
+package early1_x;
 use strict;
 use warnings;
 sub import {