Changeset 198


Ignore:
Timestamp:
10/03/09 22:02:21 (4 years ago)
Author:
jabra
Message:

removed unneeded checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fierce2/branch/t/02-modules.t

    r188 r198  
    22# Test the loadability of our modules 
    33use Test::More qw(no_plan); 
    4 my @modules = qw(Test::More Net::DNS Net::CIDR Net::hostent IO::Socket Net::Whois::ARIN Template threads threads::shared Thread::Queue HTML::SimpleLinkExtor); 
     4my @modules = qw(Test::More Net::DNS Net::CIDR IO::Socket Net::Whois::ARIN Template threads threads::shared Thread::Queue HTML::SimpleLinkExtor); 
    55for my $m (@modules){ 
    66    use_ok($m); 
Note: See TracChangeset for help on using the changeset viewer.