/[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

Contents of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sat Aug 8 14:18:27 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 186 byte(s)
module-starter --module 'Intel::AMT' -mi --author 'Dobrica Pavlinusic' --email=dpavlin@rot13.org

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 build_requires 'Test::More';
8
9 auto_install;
10
11 WriteAll;
12

  ViewVC Help
Powered by ViewVC 1.1.26