diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 3 insertions, 1 deletions
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 <mock@obscurity.org>') : ()), + AUTHOR => 'C.J. Adams-Collier <cjac@colliertech.org>') : ()), + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, ); + |