diff options
Diffstat (limited to 'USAePay.pm')
-rw-r--r-- | USAePay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |