Index: /trunk/t/DNSTest.pm
===================================================================
--- /trunk/t/DNSTest.pm	(revision 945)
+++ /trunk/t/DNSTest.pm	(revision 946)
@@ -21,7 +21,11 @@
 ##
 
-package DNSDB::DNSTest;
+package DNSTest;
 use strict;
 use warnings;
+use Exporter;
+use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
+@ISA		= qw(Exporter);
+@EXPORT		= qw($dnsdb $dbh);
 
 use Test::More;
