Get tests running under -T (cosmetics only)
[p5sagit/namespace-clean.git] / t / 01-function-wipeout.t
index be2430b..b5d3967 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 => 9;
 
 use_ok('FunctionWipeout');