--- trunk/t/1-lookup.t 2005/07/24 14:20:59 30 +++ trunk/t/1-lookup.t 2005/07/24 15:03:11 31 @@ -11,7 +11,7 @@ use_ok( 'WebPAC::Lookup' ); } -throws_ok { new WebPAC::Lookup() } qr/lookup_file/, "new without lookup_file"; +throws_ok { new WebPAC::Lookup( no_log => 1 ) } qr/lookup_file/, "new without lookup_file"; ok(my $lookup = new WebPAC::Lookup( lookup_file => 'conf/lookup/example.pm',