diff options
| author | ivan <ivan> | 2002-04-17 11:17:02 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-04-17 11:17:02 +0000 |
| commit | fd981fae382743704e39df5a32f69a06ab317258 (patch) | |
| tree | 669a66485dfce9f02afed3572c6ed1aa4b1bdb36 /fs_signup/FS-SignupClient/Makefile.PL | |
| parent | e6731f2dd2d04b93ef310922a71ff84f6df43fb6 (diff) | |
typo adding agentnum setting possibility...
Diffstat (limited to 'fs_signup/FS-SignupClient/Makefile.PL')
| -rw-r--r-- | fs_signup/FS-SignupClient/Makefile.PL | 7 |
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, + }, ); |
