X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_signup%2FFS-SignupClient%2FMakefile.PL;h=c3c213fb69d74deba7240eea232386c030133e18;hb=948043dcd53db87a686707469416e6709948e721;hp=208e8507a11a79de48a28be9f25d31fbf9c4af46;hpb=8fc4118f1f055195d280b3250b39a3b5fcdf13dc;p=freeside.git diff --git a/fs_signup/FS-SignupClient/Makefile.PL b/fs_signup/FS-SignupClient/Makefile.PL index 208e8507a..c3c213fb6 100644 --- a/fs_signup/FS-SignupClient/Makefile.PL +++ b/fs_signup/FS-SignupClient/Makefile.PL @@ -8,4 +8,11 @@ WriteMakefile( 'INSTALLSCRIPT' => '/usr/local/sbin', 'INSTALLSITEBIN' => '/usr/local/sbin', 'PERM_RWX' => '750', + 'PREREQ_PM' => { + 'Business::CreditCard' => 0, + 'HTTP::BrowserDetect' => 0, + 'HTTP::Headers::UserAgent' => 3, + 'Text::Template' => 0, + 'FS::SelfService' => 0, + }, );