/[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 89 - (show annotations)
Tue Apr 29 21:43:36 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 364 byte(s)
move away from XML::Simple to XML::Rule so we can preserve original order

Allthough, a bit more chatty that XML::Simple implementation, this one has
much better ratio of dark magic vs short notation, IMHO
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 requires 'XML::Rules';
13 requires 'File::Slurp';
14 requires 'JSON::XS';
15
16 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26