summaryrefslogtreecommitdiff
path: root/fs_signup/FS-SignupClient/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'fs_signup/FS-SignupClient/Makefile.PL')
-rw-r--r--fs_signup/FS-SignupClient/Makefile.PL7
1 files changed, 7 insertions, 0 deletions
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,
+ },
);