Changeset 946


Ignore:
Timestamp:
12/24/25 12:39:42 (6 hours ago)
Author:
Kris Deugau
Message:

/trunk/t

Set proper module stucture so the DNSDB object can be exported to the actual test files
See #88

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/t/DNSTest.pm

    r945 r946  
    2121##
    2222
    23 package DNSDB::DNSTest;
     23package DNSTest;
    2424use strict;
    2525use warnings;
     26use Exporter;
     27use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
     28@ISA            = qw(Exporter);
     29@EXPORT         = qw($dnsdb $dbh);
    2630
    2731use Test::More;
Note: See TracChangeset for help on using the changeset viewer.