diff options
author | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-23 12:39:39 -0700 |
---|---|---|
committer | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-23 12:39:39 -0700 |
commit | 87bf60692c26733b75173ce7eba69dd5d2cb0e12 (patch) | |
tree | 3e7c76d6de1ae2621eb9ee4e4201af8ab5d00ebe /Makefile.PL | |
parent | 18cd553dba851f6b2bdc4a3bf4316ff563c900cc (diff) |
bumped version up to 0.02, added Changelog entries, added a dist target to Makefile.PL
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', }, ); + |