/[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 88 - (show annotations)
Tue Apr 29 19:54:52 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 365 byte(s)
first try at integrating AAAIEduHr into A3C:

fetch XML from http://shema.aaiedu.hr/
cache it locally (to reduce network traffic and provide offline development) in
JSON format (human readable)
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::Simple';
13 requires 'File::Slurp';
14 requires 'JSON::XS';
15
16 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26