From 5c233a6249ad27ea91a20315966b84e08f9bf207 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 13 Mar 2007 19:33:49 +0000 Subject: [PATCH] no need for dev versioning on HTTPS.pm too --- OnlinePayment/HTTPS.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 { -- 2.11.0