--- trunk/t/99pod.t 2004/08/07 19:06:03 9 +++ 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"});