remove more unused MB cruft
[p5sagit/Module-Metadata.git] / t / lib / MBTest.pm
index 3580998..e703b5a 100644 (file)
@@ -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