Fix {%hash} ~~ %hash test
[p5sagit/p5-mst-13.2.git] / t / Module_Pluggable / 04acmepath_single.t
index bf02854..976e77e 100644 (file)
@@ -2,7 +2,7 @@
 
 use strict;
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib (($FindBin::Bin."/lib")=~/^(.*)$/);
 use Test::More tests => 3;