/[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 17 - (show 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 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 ],
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 auto_install;
27
28 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26