X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04-except.t;fp=t%2F04-except.t;h=8d57594f9bf7d13c830ef67b5afd0ecc96350033;hb=726710b68a0754b5d5a7c9c5a054ace00bbdb22c;hp=5c8b6ea0a82c6c31dbe86054cd2afcefe68d86d8;hpb=006e9cb47357c9a0878feafbbb35df4f01cc0d09;p=p5sagit%2Fnamespace-clean.git diff --git a/t/04-except.t b/t/04-except.t index 5c8b6ea..8d57594 100644 --- a/t/04-except.t +++ b/t/04-except.t @@ -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;