add debugging to agent.cgi, make sure warnings are turned off when parsing templates...
[freeside.git] / fs_signup / FS-SignupClient / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'          => 'FS::SignupClient',
6     'VERSION_FROM'  => 'SignupClient.pm', # finds $VERSION
7 #    'EXE_FILES'     => [ 'fs_signupd' ],
8 #    'INSTALLSCRIPT' => '/usr/local/sbin',
9 #    'INSTALLSITEBIN' => '/usr/local/sbin',
10     'PERM_RWX'      => '750',
11     'PREREQ_PM'     => {
12                          'Business::CreditCard' => 0,
13                          'HTTP::BrowserDetect' => 0,
14                          'Text::Template' => 0,
15                          'FS::SelfService' => 0,
16                        },
17 );