--- jifty-dbi/Makefile.PL 2006/12/18 19:38:50 91 +++ jifty-dbi/Makefile.PL 2006/12/19 10:32:18 92 @@ -4,11 +4,9 @@ # the contents of the Makefile that is written. WriteMakefile( NAME => 'Nos', - VERSION_FROM => 'Nos.pm', # finds $VERSION + VERSION_FROM => 'lib/Nos.pm', # finds $VERSION PREREQ_PM => { - 'Class::DBI::Loader' => 0, - 'Class::DBI::Pg' => 0, - 'Class::DBI::AbstractSearch' => 0, + 'Jifty::DBI' => 0, 'DBD::Pg' => 1.42, 'Getopt::Long' => 0, 'Email::Valid' => 0, @@ -23,11 +21,10 @@ 'Mail::Alias' => 0, 'Cwd' => 0, 'Pod::Usage' => 0, - 'SQL::Abstract' => 1.15, 'Data::Dump' => 0, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 - (ABSTRACT_FROM => 'Nos.pm', # retrieve abstract from module + (ABSTRACT_FROM => 'lib/Nos.pm', # retrieve abstract from module AUTHOR => 'Dobrica Pavlinusic ') : ()), );