summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorC.J. Adams-Collier <cjac@colliertech.org>2014-09-23 12:39:39 -0700
committerC.J. Adams-Collier <cjac@colliertech.org>2014-09-23 12:39:39 -0700
commit87bf60692c26733b75173ce7eba69dd5d2cb0e12 (patch)
tree3e7c76d6de1ae2621eb9ee4e4201af8ab5d00ebe /Makefile.PL
parent18cd553dba851f6b2bdc4a3bf4316ff563c900cc (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.PL4
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', },
);
+