use inc::Module::Install; RTx('RT-Authen-ExternalAuth'); license('GPL version 2'); author('Mike Peachey '); all_from('lib/RT/Authen/ExternalAuth.pm'); requires('RT'); features( 'SSL LDAP Connections' => [ -default => 0, 'Net::SSLeay' => 0], 'External LDAP Sources' => [ -default => 1, 'Net::LDAP' => 0], 'External DBI Sources' => [ -default => 1, 'DBI' => 0], 'SSO Cookie Sources' => [ -default => 1, 'CGI::Cookies' => 0] ); &WriteAll;