use inlined module hiding in tests
[catagits/Catalyst-Runtime.git] / t / aggregate / custom_live_path_bug.t
index 9398c61..af2e3be 100644 (file)
@@ -1,10 +1,8 @@
-#!perl
-
 use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 our $iters;