/[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 6 - (hide annotations)
Sat Mar 14 18:21:29 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 244 byte(s)
save search queries to YAML files

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 'Net::LDAP::Server';
8     requires 'URI::Escape';
9     requires 'IO::Socket::INET';
10 dpavlin 2 requires 'Data::Dump';
11 dpavlin 6 requires 'YAML';
12 dpavlin 1
13     auto_install;
14    
15     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26