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