X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F045-import-into_level.t;fp=t%2F045-import-into_level.t;h=0000000000000000000000000000000000000000;hb=920139b3efca66d2caeeef306c97fa0da62c6b73;hp=396d68ffccfb2cf3c3eec83b10f5d255483c2876;hpb=b644ef5d28f6076859080482d8b44727c1410e1c;p=gitmo%2FMouse.git diff --git a/t/045-import-into_level.t b/t/045-import-into_level.t deleted file mode 100644 index 396d68f..0000000 --- a/t/045-import-into_level.t +++ /dev/null @@ -1,12 +0,0 @@ -use strict; -use warnings; -use lib 't/lib'; -use Test::More tests => 1; - -{ - package Foo; - use BaseClass; -} - -is(Foo->new->foo(), 'bar'); -