diff options
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.05_02'; +$VERSION = '0.05'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; |