X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fearly1.t;h=bf4bda750dbfa8c1f83bb366376beca3f1e5fff0;hb=302fad19903e918c43fdbe5f38d5052251574247;hp=7bd08c47bbfa7a78a394d420a56bd819b1d9fe0a;hpb=12b60feb8cd262c1a8eb72e671daaa5cf7449966;p=p5sagit%2FDevel-Declare.git diff --git a/t/early1.t b/t/early1.t index 7bd08c4..bf4bda7 100644 --- a/t/early1.t +++ b/t/early1.t @@ -1,5 +1,6 @@ use strict; use warnings; use Test::More tests => 1; -use t::early1_x; +use lib 't'; +use early1_x; class {};