From: ivan Date: Tue, 13 Mar 2007 19:33:49 +0000 (+0000) Subject: no need for dev versioning on HTTPS.pm too X-Git-Tag: BUSINESS_ONLINEPAYMENT_3_00_06~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=5c233a6249ad27ea91a20315966b84e08f9bf207 no need for dev versioning on HTTPS.pm too --- diff --git a/OnlinePayment/HTTPS.pm b/OnlinePayment/HTTPS.pm index 1a86a1b..ec01b70 100644 --- a/OnlinePayment/HTTPS.pm +++ b/OnlinePayment/HTTPS.pm @@ -6,8 +6,7 @@ use URI::Escape; use Tie::IxHash; use base qw(Business::OnlinePayment); -$VERSION = '0.05_01'; -$VERSION = eval $VERSION; # modperlstyle: convert the string into a number +$VERSION = '0.05'; $DEBUG = 0; BEGIN {