The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile( 'NAME' => 'Net::OpenID::Consumer',
               'VERSION_FROM' => 'lib/Net/OpenID/Consumer.pm',
               'PREREQ_PM'		=> {
                   'LWP::UserAgent' => 0,
                   'HTTP::Request'  => 0,
                   'MIME::Base64'   => 0,
                   'Digest::SHA1'   => 0,
                   'URI'            => 0,
                   'Time::Local'    => 0,
                   'URI::Fetch'     => 0.02,
                   'Crypt::DH'      => 0.05,
               },
               ($] >= 5.005 ?
                (ABSTRACT_FROM => 'lib/Net/OpenID/Consumer.pm',
                 AUTHOR     => 'Brad Fitzpatrick <brad@danga.com>') : ()),
               );