This commit was generated by cvs2svn to compensate for changes in r3241,
[freeside.git] / fs_signup / FS-SignupClient / Makefile.PL
index 208e850..310200b 100644 (file)
@@ -8,4 +8,10 @@ WriteMakefile(
     'INSTALLSCRIPT' => '/usr/local/sbin',
     'INSTALLSITEBIN' => '/usr/local/sbin',
     'PERM_RWX'      => '750',
+    'PREREQ_PM'     => {
+                         'Business::CreditCard' => 0,
+                         'HTTP::BrowserDetect' => 0,
+                         'Text::Template' => 0,
+                         'FS::SelfService' => 0,
+                       },
 );