X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=OnlinePayment.pm;h=991bd7e7599ad4f615bcb575a655a6bf61b9a88b;hb=aabfc124812fa36403e95b438e248d9fed841a7c;hp=73e4010919ec5415d9da9fd5e33849159c72be97;hpb=22ec7305015c71ce255e67ebb1d065184aa8b953;p=Business-OnlinePayment.git diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 73e4010..991bd7e 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -11,7 +11,7 @@ require 5.004; #@EXPORT = qw(); #@EXPORT_OK = qw(); -$VERSION = '3.00_02'; +$VERSION = '3.00_03'; sub VERSION { #Argument "3.00_01" isn't numeric in subroutine entry local($^W)=0; UNIVERSAL::VERSION(@_);