diff options
author | ivan <ivan> | 2003-10-02 12:42:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-02 12:42:22 +0000 |
commit | ea8c5e73ccc760217e0cac0dde5a473481dd4740 (patch) | |
tree | 9f9673e94c419adbdf5da574881aaf8d403fa085 /fs_signup/FS-SignupClient | |
parent | a2e883d38fcf06324714032a03105d839f187423 (diff) |
update Makefile.PL dependancies (PREREQ_PM) for self-service module and
signup wrapper
Diffstat (limited to 'fs_signup/FS-SignupClient')
-rw-r--r-- | fs_signup/FS-SignupClient/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_signup/FS-SignupClient/Makefile.PL b/fs_signup/FS-SignupClient/Makefile.PL index e74051947..c3c213fb6 100644 --- a/fs_signup/FS-SignupClient/Makefile.PL +++ b/fs_signup/FS-SignupClient/Makefile.PL @@ -12,7 +12,7 @@ WriteMakefile( 'Business::CreditCard' => 0, 'HTTP::BrowserDetect' => 0, 'HTTP::Headers::UserAgent' => 3, - 'Storable' => 0, 'Text::Template' => 0, + 'FS::SelfService' => 0, }, ); |