no need for dev versioning on HTTPS.pm too
[Business-OnlinePayment.git] / OnlinePayment / HTTPS.pm
index 1a86a1b..ec01b70 100644 (file)
@@ -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 {