rename our internal VERSION sub to avoid conflict with Perl's needs (thanks to ETHER...
[Business-OnlinePayment-PPIPayMover.git] / lib / Business / OnlinePayment / PPIPayMover / TransactionClient.pm
index cef6a99..930861e 100644 (file)
@@ -37,7 +37,7 @@ sub doTransaction # take three arguements
   #$PostString .= "&";\r
   \r
   # write out version_id ...\r
-  my $temp = VERSION;\r
+  my $temp = PPI_VERSION;\r
   $temp =~ tr/ /+/;\r
   $PostString .= "version_id=$temp";\r
   $PostString .= "&";\r