X-Git-Url: http://git.rot13.org/?p=Fuse-DBI;a=blobdiff_plain;f=Makefile.PL;h=5b9ae8fbdcb64e2ddca006b47204cc8412219732;hp=21fa72fa5141d9ead3100985fe481da18d99619c;hb=647d02e632370b82cc151fa8e450fa84f9a7997d;hpb=671e9e0cbc85e9bf0d289bf8561243447cf6459d diff --git a/Makefile.PL b/Makefile.PL index 21fa72f..5b9ae8f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,11 +6,14 @@ WriteMakefile( NAME => 'Fuse::DBI', VERSION_FROM => 'DBI.pm', # finds $VERSION PREREQ_PM => { - Fuse => 0, - POSIX => 0, + 'POSIX' => 0, + '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 => 'lib/Fuse/DBI.pm', # retrieve abstract from module + (ABSTRACT_FROM => 'DBI.pm', # retrieve abstract from module AUTHOR => 'Dobrica Pavlinusic ') : ()), ); @@ -25,7 +28,9 @@ mount: 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 }