X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=blobdiff_plain;f=Makefile.PL;h=2cff937e658a233d39837a8a691a846d39b1554c;hp=fb3a9c0e5a89c8e324fd2f64774725f2b81e069e;hb=6b0b3e175ec251e22d66460bd9f004f8cf6e5564;hpb=b68782d3f8bca18eb93a2abf167541986decedfc diff --git a/Makefile.PL b/Makefile.PL index fb3a9c0..2cff937 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,8 +11,8 @@ use ExtUtils::MakeMaker; WriteMakefile( - "NAME"=>"LaceMail", - "AUTHOR"=>"Jan Kratochvil ", + "NAME"=>"PerlMail", + "AUTHOR"=>"Jan Kratochvil ", "VERSION_FROM"=>"Makefile.PL", "depend"=>{"Makefile"=>'$(VERSION_FROM)'}, "PREREQ_PM"=>{ @@ -32,6 +32,7 @@ WriteMakefile( "MIME::Head"=>0, "MIME::Words"=>0, "Mail::Address"=>0, + "Mail::Alias"=>0, "Mail::Audit"=>0, "Mail::Audit::MAPS"=>0, "Mail::Mailer"=>0, @@ -39,6 +40,7 @@ WriteMakefile( "Sys::Syslog"=>0, "URI::Escape"=>0, "User::Utmp"=>0, + "WWW::SMS::TMobileCZ"=>0, }, - "EXE_FILES"=>["lacemail-accept","lacemail-submit"], + "EXE_FILES"=>["perlmail-accept","perlmail-submit","perlmail-sendmail","contacts-n9k2mutt"], );