update Makefile.PL dependancies (PREREQ_PM) for self-service module and
authorivan <ivan>
Thu, 2 Oct 2003 12:42:23 +0000 (12:42 +0000)
committerivan <ivan>
Thu, 2 Oct 2003 12:42:23 +0000 (12:42 +0000)
signup wrapper

fs_selfservice/FS-SelfService/Makefile.PL
fs_signup/FS-SignupClient/Makefile.PL

index da0a0aa..e5cbd1a 100644 (file)
@@ -8,7 +8,9 @@ WriteMakefile(
     'INSTALLSCRIPT'     => '/usr/local/sbin',
     'INSTALLSITEBIN'    => '/usr/local/sbin',
     'PERM_RWX'          => '750',
-    'PREREQ_PM'                => {}, # e.g., Module::Name => 1.1
+    'PREREQ_PM'                => {
+                             'Storable' => 0,
+                           }, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM => 'SelfService.pm', # retrieve abstract from module
        AUTHOR     => 'Ivan Kohler <ivan-freeside-selfservice@420.am>') : ()),
index e740519..c3c213f 100644 (file)
@@ -12,7 +12,7 @@ WriteMakefile(
                          'Business::CreditCard' => 0,
                          'HTTP::BrowserDetect' => 0,
                          'HTTP::Headers::UserAgent' => 3,
-                         'Storable' => 0,
                          'Text::Template' => 0,
+                         'FS::SelfService' => 0,
                        },
 );