Get tests running under -T (cosmetics only)
[p5sagit/namespace-clean.git] / t / 04-except.t
index 5c8b6ea..8d57594 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 => 6;
 
 {   package ExceptWithArray;