/[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 110 - (hide annotations)
Wed May 14 16:49:16 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 346 byte(s)
we don't really need Jifty::Plugin::Login anymore, and we like
auto installation of missing CPAN dependencies
1 dpavlin 1 use inc::Module::Install;
2    
3 dpavlin 11 name 'A3C';
4 dpavlin 106 version '0.04';
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 69 requires 'Jifty::Plugin::Authentication::Ldap';
11 dpavlin 89 requires 'XML::Rules';
12 dpavlin 88 requires 'File::Slurp';
13     requires 'JSON::XS';
14 dpavlin 1
15 dpavlin 110 auto_install;
16    
17 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26