bumped version up to 0.02, added Changelog entries, added a dist target to Makefile.PL
[Business-OnlinePayment-Exact.git] / Makefile.PL
index 0a8ae3d..d67ad4c 100644 (file)
@@ -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', },
 );
+