From: Karen Etheridge Date: Thu, 5 Dec 2013 19:42:40 +0000 (-0800) Subject: remove more unused MB cruft X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=c8b69ebec0fe977c8b6ae89a53ebd0319dc93988 remove more unused MB cruft --- diff --git a/t/lib/MBTest.pm b/t/lib/MBTest.pm index 3580998..e703b5a 100644 --- a/t/lib/MBTest.pm +++ b/t/lib/MBTest.pm @@ -61,27 +61,8 @@ BEGIN { } } -use Exporter; -use Test::More; -use Config; use Cwd (); -# We pass everything through to Test::More -use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS $TODO); -$VERSION = 0.01_01; -@ISA = qw(Test::More); # Test::More isa Exporter -@EXPORT = @Test::More::EXPORT; -%EXPORT_TAGS = %Test::More::EXPORT_TAGS; - -# We have a few extra exports, but Test::More has a special import() -# that won't take extra additions. -my @extra_exports = qw( -); -push @EXPORT, @extra_exports; -__PACKAGE__->export(scalar caller, @extra_exports); -# XXX ^-- that should really happen in import() - - ######################################################################## # always return to the current directory diff --git a/t/metadata.t b/t/metadata.t index 141cf8f..38649bd 100644 --- a/t/metadata.t +++ b/t/metadata.t @@ -5,6 +5,7 @@ use strict; use warnings; use lib 't/lib'; +use Test::More; use IO::File; use MBTest;