--- trunk/Makefile.PL 2005/07/08 11:46:35 66 +++ jifty-dbi/Makefile.PL 2006/12/19 10:32:18 92 @@ -4,27 +4,27 @@ # 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, - 'Email::Send' => 0, + 'Email::Send' => 2.183, 'IO::All' => 0, 'Carp' => 0, - 'SOAP::Lite' => 0, + 'SOAP::Lite' => 0.69, '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, + '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 ') : ()), );