/[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 65 - (hide annotations)
Sun Feb 21 00:48:50 2010 UTC (14 years, 2 months ago) by dpavlin
File MIME type: text/plain
File size: 456 byte(s)
File::Slurp is dependency
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 dpavlin 65 'File::Slurp',
17 dpavlin 17 ],
18     'ldap-rewrite.pl' => [
19     -default => 1,
20     'IO::Select',
21     'IO::Socket::SSL',
22     'Convert::ASN1',
23     'Net::LDAP::ASN',
24     ],
25     );
26    
27 dpavlin 1 auto_install;
28 dpavlin 17
29 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26