Changeset 962 for branches/cname-collision/t/DNSTest.pm
- Timestamp:
- 01/07/26 13:22:08 (8 days ago)
- Location:
- branches/cname-collision
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
t/DNSTest.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cname-collision
-
branches/cname-collision/t/DNSTest.pm
r949 r962 39 39 40 40 sub new { 41 my $this = shift; 42 my $class = ref($this) || $this; 43 my %args = @_; 44 41 45 $dnsdb = new DNSDB( 42 46 dbhost => 'localhost', … … 47 51 ok( defined $dnsdb ); 48 52 ok( $dnsdb->isa('DNSDB') ); 53 54 $debug = 1 if $args{debug}; 49 55 50 56 ## Prepare the DB
Note:
See TracChangeset
for help on using the changeset viewer.
![[ DNS Administrator ]](/fx/dnsadmin-logo.png)