Fix test when run with make test
t0m [Mon, 25 May 2009 02:56:49 +0000 (03:56 +0100)]
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;