/[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 4 - (show annotations)
Sat Aug 8 17:09:14 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 298 byte(s)
added REPL interface based on Devel::REPL and make it optional since it depends on Moose
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 requires 'SOAP::Lite';
8 requires 'Data::Dump';
9
10 features(
11 'REPL' => [
12 -default => 0,
13 'Devel::REPL',
14 ],
15 );
16
17 build_requires 'Test::More';
18
19 auto_install;
20
21 WriteAll;
22

  ViewVC Help
Powered by ViewVC 1.1.26