Fix test when run with make test
[catagits/CatalystX-DynamicComponent.git] / t / 00load_and_sane.t
index 2aa70eb..ae4894f 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 #         more generic approach.
 
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib ("$Bin/lib", "$Bin/../lib");
 
 use List::MoreUtils qw/any all/;
 use Module::Find;