--- trunk/Makefile.PL 2009/08/08 15:07:39 2 +++ trunk/Makefile.PL 2009/08/08 15:27:38 3 @@ -4,6 +4,9 @@ all_from 'lib/Intel/AMT.pm'; author 'Dobrica Pavlinusic '; +requires 'SOAP::Lite'; +requires 'Data::Dump'; + build_requires 'Test::More'; auto_install;