/[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 79 - (hide annotations)
Tue Feb 23 18:18:35 2010 UTC (14 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 536 byte(s)
require Test::WWW::Mechanize for Koha integration tests

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 'IO::Socket::INET';
8 dpavlin 2 requires 'Data::Dump';
9 dpavlin 6 requires 'YAML';
10 dpavlin 1
11 dpavlin 17 features(
12     'virtual-server.pl (Net::LDAP::Server based)' => [
13     -default => 0,
14     'Net::LDAP::Server',
15     'URI::Escape',
16 dpavlin 65 'File::Slurp',
17 dpavlin 17 ],
18     'ldap-rewrite.pl' => [
19     -default => 1,
20     'IO::Select',
21     'IO::Socket::SSL',
22     'Convert::ASN1',
23     'Net::LDAP::ASN',
24     ],
25 dpavlin 79 't/koha integration tests' => [
26     -default => 0,
27     'Test::WWW::Mechanize',
28     ],
29 dpavlin 17 );
30    
31 dpavlin 1 auto_install;
32 dpavlin 17
33 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26