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 --- lib/Business/OnlinePayment/Exact.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Business') diff --git a/lib/Business/OnlinePayment/Exact.pm b/lib/Business/OnlinePayment/Exact.pm index c765ecd..490bd2e 100644 --- a/lib/Business/OnlinePayment/Exact.pm +++ b/lib/Business/OnlinePayment/Exact.pm @@ -10,7 +10,7 @@ our @ISA = qw(Business::OnlinePayment); our @EXPORT_OK = (); our @EXPORT = qw(); -our $VERSION = '0.01'; +our $VERSION = '0.02'; sub set_defaults { my $self = shift; -- cgit v1.2.1