diff options
author | ivan <ivan> | 2011-03-07 00:12:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-07 00:12:55 +0000 |
commit | c964be9bd8ed5cef5f51f8b4ded15fe626ee51d6 (patch) | |
tree | ccabc121432b25590f678730bc1d60978e8f6caf | |
parent | 458cbb503b4ad50677c263d3221259309787b491 (diff) |
bump version
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | USAePay.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ Revision history for Perl extension Business::OnlinePayment::USAePay. +0.03 unreleased + 0.02 Sun Mar 6 15:54:24 PST 2011 - test fixes, documentation updates, otherwise functionally unchanged @@ -9,7 +9,7 @@ use URI::Escape; use vars qw($VERSION @ISA $DEBUG); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.02'; +$VERSION = '0.03'; $DEBUG = 0; |