avoid FindBin in some tests
[catagits/Catalyst-Devel.git] / t / render_share_dir_file.t
index 529c74f..94e9371 100644 (file)
@@ -1,7 +1,6 @@
 use strict;
 use warnings;
-use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "t/lib";
 use Catalyst::Helper;
 use Test::More;