--- trunk/Makefile.PL 2004/09/05 16:55:02 16 +++ trunk/Makefile.PL 2004/11/15 20:55:10 33 @@ -10,6 +10,7 @@ 'Fuse' => 0, 'DBI' => 0, 'Carp' => 0, + 'File::Find' => 0, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'DBI.pm', # retrieve abstract from module @@ -27,7 +28,9 @@ sudo umount /tmp/db html: DBI.pm - pod2html DBI.pm > DBI.html && rm pod2htm?.tmp + pod2html DBI.pm > DBI.html + pod2html examples/webgui.pl > WebGUI.html + rm pod2htm?.tmp MAKE_MORE }