/[Intel-AMT]/trunk/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 /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Sat Aug 8 15:27:38 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 233 byte(s)
dependencies
1 dpavlin 1 use inc::Module::Install;
2    
3     name 'Intel-AMT';
4     all_from 'lib/Intel/AMT.pm';
5     author 'Dobrica Pavlinusic <dpavlin@rot13.org>';
6    
7 dpavlin 3 requires 'SOAP::Lite';
8     requires 'Data::Dump';
9    
10 dpavlin 1 build_requires 'Test::More';
11    
12     auto_install;
13    
14     WriteAll;
15    

  ViewVC Help
Powered by ViewVC 1.1.26