diff options
author | ivan <ivan> | 2007-09-23 22:15:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-23 22:15:09 +0000 |
commit | d83b1d67e56ccea8bde6212758378cf96137d89f (patch) | |
tree | 7bcb15ad17f5b7350707787cc1405bcdc5546fa0 /StGeorge.pm | |
parent | 0209ae7362ac5cc905bb63b1fcff4160c70df0cc (diff) |
Diffstat (limited to 'StGeorge.pm')
-rw-r--r-- | StGeorge.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StGeorge.pm b/StGeorge.pm index 1227e8b..cd172ba 100644 --- a/StGeorge.pm +++ b/StGeorge.pm @@ -6,7 +6,7 @@ use Carp qw(croak); use Business::OnlinePayment; @ISA = qw(Business::OnlinePayment); -$VERSION = '0.02'; +$VERSION = '0.03'; use webpayperl; #webpayperl.pm from St.George webpayperl::init_client or croak "St.George initialization failed\n"; |