X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=d67ad4ce5162cfa80c9554a956031619cce92b08;hb=44bfc546765499ed2ce23d940f0173ba61a19ddc;hp=0a8ae3d4d1566e595b3d96cbfeaca7db98e12441;hpb=2061818b32b3e5a674f26bd82fc8802b4de92785;p=Business-OnlinePayment-Exact.git diff --git a/Makefile.PL b/Makefile.PL index 0a8ae3d..d67ad4c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,5 +12,7 @@ WriteMakefile( 'SOAP::Lite' => '0.65_3'}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/Business/OnlinePayment/Exact.pm', # retrieve abstract from module - AUTHOR => 'mock ') : ()), + AUTHOR => 'C.J. Adams-Collier ') : ()), + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, ); +