use ExtUtils::MakeMaker; WriteMakefile( NAME => 'XML::Parser', VERSION_FROM => 'Parser.pm', PREREQ_PM => { LWP => 0, #for tests } );