/[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 106 - (show annotations)
Thu May 1 17:06:02 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 364 byte(s)
massive re-structuring to enable models specified in configuration file

- version bump [0.04]
- SyncOrganization now accept org_uid as argument
- objectClass(es) for person and organization are now in config.yml
  as well as link between them (filter on person)
- config.yml is now checked for validity in A3C::LDAP
1 use inc::Module::Install;
2
3 name 'A3C';
4 version '0.04';
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 requires 'XML::Rules';
13 requires 'File::Slurp';
14 requires 'JSON::XS';
15
16 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26