X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_signup%2FFS-SignupClient%2FMakefile.PL;h=e74051947faa569f094c0e9037b14927dc860c96;hb=fd981fae382743704e39df5a32f69a06ab317258;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..e74051947 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, + 'Storable' => 0, + 'Text::Template' => 0, + }, );