--- trunk/Makefile.PL 2006/12/18 18:55:43 89 +++ 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, @@ -19,14 +17,14 @@ 'Email::Auth::AddressHash' => 0, 'Email::Simple' => 0, 'Email::Address' => 0, - 'Mail::DeliveryStatus::BounceParser' => 0, + 'Mail::DeliveryStatus::BounceParser' => 1.517, '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 ') : ()), );