/[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 88 - (hide annotations)
Tue Apr 29 19:54:52 2008 UTC (15 years, 10 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 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 69 requires 'Jifty::Plugin::Authentication::Ldap';
12 dpavlin 88 requires 'XML::Simple';
13     requires 'File::Slurp';
14     requires 'JSON::XS';
15 dpavlin 1
16     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26