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 /lib/Business/OnlinePayment/Exact.pm | |
parent | 18cd553dba851f6b2bdc4a3bf4316ff563c900cc (diff) |
bumped version up to 0.02, added Changelog entries, added a dist target to Makefile.PL
Diffstat (limited to 'lib/Business/OnlinePayment/Exact.pm')
-rw-r--r-- | lib/Business/OnlinePayment/Exact.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |