The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile( 'NAME' => 'LWPx::ParanoidAgent',
               'VERSION_FROM' => 'lib/LWPx/ParanoidAgent.pm',
               'PREREQ_PM'		=> {
                   'LWP::UserAgent' => 0,
                   'Net::DNS'       => 0,
                   'Time::HiRes'    => 0,
               },
               ($] >= 5.005 ?
                (ABSTRACT_FROM => 'lib/LWPx/ParanoidAgent.pm',
                 AUTHOR     => 'Wes Young <wes@barely3am.com>') : ()),
               );