From: Dave Rolsky Date: Wed, 14 Jan 2009 08:43:07 +0000 (+0000) Subject: Oops, needed that voodoo X-Git-Tag: 0.76~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8db4963b5986408b797320b34fa40c9b27d27920;p=gitmo%2FClass-MOP.git Oops, needed that voodoo --- diff --git a/t/306_is_class_loaded.t b/t/306_is_class_loaded.t index 9ec4662..34f1125 100644 --- a/t/306_is_class_loaded.t +++ b/t/306_is_class_loaded.t @@ -1,6 +1,9 @@ use strict; use warnings; +use FindBin qw/$Bin/; +use lib "$Bin/lib"; + use Test::More tests => 1; use Class::MOP ();