From 87bf60692c26733b75173ce7eba69dd5d2cb0e12 Mon Sep 17 00:00:00 2001 From: "C.J. Adams-Collier" Date: Tue, 23 Sep 2014 12:39:39 -0700 Subject: bumped version up to 0.02, added Changelog entries, added a dist target to Makefile.PL --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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', }, ); + -- cgit v1.2.1