use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'SVN::Notify::Filter::AuthZMail', AUTHOR => 'Jeffrey Borlik ', VERSION_FROM => 'lib/SVN/Notify/Filter/AuthZMail.pm', ABSTRACT_FROM => 'lib/SVN/Notify/Filter/AuthZMail.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'SVN::Notify' => '2.72', #introduced pre_prepare 'SVN::Access' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'SVN-Notify-Filter-AuthZMail-*' }, );