X-Git-Url: http://git.rot13.org/?p=Fuse-DBI;a=blobdiff_plain;f=Makefile.PL;h=3985582fcea7250eaf5e7806b8a2dba0bc5a2325;hp=af1fcf8199d51c77f704d54877867905ec266c0d;hb=15da6fa4be75e944f7b9f42f855c442e298a218f;hpb=949eca0e5c352946edb3145dcb24148a80628f6c diff --git a/Makefile.PL b/Makefile.PL index af1fcf8..3985582 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,10 +6,10 @@ WriteMakefile( NAME => 'Fuse::DBI', VERSION_FROM => 'DBI.pm', # finds $VERSION PREREQ_PM => { - POSIX => 0, - Fuse => 0, - DBI => 0, - Carp => 0, + 'POSIX' => 0, + 'Fuse' => 0, + 'DBI' => 0, + 'Carp' => 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 +27,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 }