/[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

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 69 - (show annotations)
Thu Apr 10 20:08:01 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 296 byte(s)
replaced Jifty::Plugin::AuthLDAPLogin with internal Jifty::Plugin::Authentication::Ldap
1 use inc::Module::Install;
2
3 name 'A3C';
4 version '0.03';
5 license 'GPL';
6 requires 'Jifty' => '0.71129';
7 requires 'Net::LDAP';
8 requires 'Data::Dump';
9 requires 'Class::Accessor::Fast';
10 requires 'Jifty::Plugin::Login';
11 requires 'Jifty::Plugin::Authentication::Ldap';
12
13 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26