fix URL in execute method; update deps
[Business-OnlineThirdPartyPayment-FCMB.git] / Makefile.PL
index 5209b9d..be3c41b 100644 (file)
@@ -7,6 +7,7 @@ WriteMakefile(
     'AUTHOR'       => 'Mark Wells <mark@freeside.biz>',
     'PREREQ_PM'    => { 
                         'Business::OnlineThirdPartyPayment' => 0.10,
-                        'XML::Simple' => 2,
+                        'XML::LibXML' => 2,
+                        'URI' => 1,
                       },
 );