You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.PL.in 288B

1234567891011
  1. use ExtUtils::MakeMaker;
  2. WriteMakefile(
  3. AUTHOR => 'Vsevolod Stakhov <vsevolod@highsecure.ru>',
  4. VERSION_FROM => 'lib/Mail/Rspamd/Client.pm', # finds $VERSION
  5. PREREQ_PM => {
  6. "IO::String" => 0,
  7. "Term::ReadKey" => 0,
  8. "XML::Parser" => 0,
  9. "IO::Socket" => 0,
  10. },
  11. );