Changeset 961
- Timestamp:
- 12/31/25 11:31:52 (4 hours ago)
- File:
-
- 1 edited
-
trunk/t/DNSTest.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/DNSTest.pm
r948 r961 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)