rename our internal VERSION sub to avoid conflict with Perl's needs (thanks to ETHER...
[Business-OnlinePayment-PPIPayMover.git] / lib / Business / OnlinePayment / PPIPayMover / constants.pm
index 0015c74..c3cf68f 100644 (file)
@@ -6,7 +6,7 @@ use Exporter;
 \r
 @ISA = qw(Exporter);\r
 \r
-@EXPORT = qw(VERSION\r
+@EXPORT = qw(PPI_VERSION\r
   PAY_HOST\r
   PAY_HOST_PATH\r
   PAY_HOST_PORT\r
@@ -107,7 +107,7 @@ use Exporter;
   NO_CHECK\r
 );\r
 \r
-sub VERSION { "Perl Plug v1.8.0" }\r
+sub PPI_VERSION { "Perl Plug v1.8.0" }\r
 \r
 #**\r
 # * Payment Host Information\r