/[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 4 - (show annotations)
Sat Mar 14 14:47:54 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 227 byte(s)
rename to LDAP::Virtual

1 use inc::Module::Install;
2
3 name 'LDAP-Virtual';
4 version '0.00';
5 license 'GPL';
6
7 requires 'Net::LDAP::Server';
8 requires 'URI::Escape';
9 requires 'IO::Socket::INET';
10 requires 'Data::Dump';
11
12 auto_install;
13
14 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26