/[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

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65 - (show annotations)
Sun Feb 21 00:48:50 2010 UTC (14 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 456 byte(s)
File::Slurp is dependency
1 use inc::Module::Install;
2
3 name 'LDAP-Virtual';
4 version '0.00';
5 license 'GPL';
6
7 requires 'IO::Socket::INET';
8 requires 'Data::Dump';
9 requires 'YAML';
10
11 features(
12 'virtual-server.pl (Net::LDAP::Server based)' => [
13 -default => 0,
14 'Net::LDAP::Server',
15 'URI::Escape',
16 'File::Slurp',
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 auto_install;
28
29 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26