Changeset 198
- Timestamp:
- 10/03/09 22:02:21 (4 years ago)
- File:
-
- 1 edited
-
fierce2/branch/t/02-modules.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fierce2/branch/t/02-modules.t
r188 r198 2 2 # Test the loadability of our modules 3 3 use Test::More qw(no_plan); 4 my @modules = qw(Test::More Net::DNS Net::CIDR Net::hostentIO::Socket Net::Whois::ARIN Template threads threads::shared Thread::Queue HTML::SimpleLinkExtor);4 my @modules = qw(Test::More Net::DNS Net::CIDR IO::Socket Net::Whois::ARIN Template threads threads::shared Thread::Queue HTML::SimpleLinkExtor); 5 5 for my $m (@modules){ 6 6 use_ok($m);
Note: See TracChangeset
for help on using the changeset viewer.