remove more unused MB cruft
Karen Etheridge [Thu, 5 Dec 2013 19:42:40 +0000 (11:42 -0800)]
t/lib/MBTest.pm
t/metadata.t

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
index 141cf8f..38649bd 100644 (file)
@@ -5,6 +5,7 @@
 use strict;
 use warnings;
 use lib 't/lib';
+use Test::More;
 use IO::File;
 use MBTest;