/[A3C]/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 67 - (hide annotations)
Thu Apr 10 00:08:37 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 299 byte(s)
require LDAP plugin which supports SSL and enable it
1 dpavlin 1 use inc::Module::Install;
2    
3 dpavlin 11 name 'A3C';
4 dpavlin 48 version '0.03';
5 dpavlin 5 license 'GPL';
6 dpavlin 1 requires 'Jifty' => '0.71129';
7 dpavlin 5 requires 'Net::LDAP';
8 dpavlin 7 requires 'Data::Dump';
9 dpavlin 40 requires 'Class::Accessor::Fast';
10 dpavlin 62 requires 'Jifty::Plugin::Login';
11 dpavlin 67 requires 'Jifty::Plugin::AuthLDAPLogin' => '0.02';
12 dpavlin 1
13     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26