/[virtual-ldap]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (hide annotations)
Sun Mar 15 21:45:45 2009 UTC (15 years ago) by dpavlin
File MIME type: text/plain
File size: 439 byte(s)
declare dependencies
1 dpavlin 1 use inc::Module::Install;
2    
3 dpavlin 4 name 'LDAP-Virtual';
4 dpavlin 1 version '0.00';
5     license 'GPL';
6    
7     requires 'IO::Socket::INET';
8 dpavlin 2 requires 'Data::Dump';
9 dpavlin 6 requires 'YAML';
10 dpavlin 1
11 dpavlin 17 features(
12     'virtual-server.pl (Net::LDAP::Server based)' => [
13     -default => 0,
14     'Net::LDAP::Server',
15     'URI::Escape',
16     ],
17     'ldap-rewrite.pl' => [
18     -default => 1,
19     'IO::Select',
20     'IO::Socket::SSL',
21     'Convert::ASN1',
22     'Net::LDAP::ASN',
23     ],
24     );
25    
26 dpavlin 1 auto_install;
27 dpavlin 17
28 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26