Get tests running under -T (cosmetics only)
[p5sagit/namespace-clean.git] / t / 02-inheritance.t
index 0d7e101..4e1ff27 100644 (file)
@@ -1,9 +1,7 @@
-#!/usr/bin/env perl
 use warnings;
 use strict;
 
-use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib 't/lib';
 use Test::More tests => 10;
 
 use_ok('Inheritance');