--- trunk/t/99pod.t 2004/11/19 21:56:12 40 +++ trunk/t/99pod.t 2004/11/23 11:03:24 41 @@ -5,7 +5,7 @@ use Test::Pod tests => 1; -use jsFind; +use Fuse::DBI; -pod_file_ok($INC{"jsFind.pm"}); +pod_file_ok($INC{"Fuse::DBI"});