/[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 1 - (hide annotations)
Sat Mar 14 13:01:20 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 223 byte(s)
extract virtual LDAP part from A3C
1 dpavlin 1 use inc::Module::Install;
2    
3     name 'VLDAP';
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