The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

my $me = "lib/Bluepay/Bluepay20Post.pm";

WriteMakefile(
    'NAME'		=> 'Bluepay::Bluepay20Post',
    'VERSION_FROM'	=> $me, 
    'PREREQ_PM'		=> { 
                     'Digest::MD5' => 2.36,
					 'LWP::UserAgent' => 5.81,
					 'Crypt::SSLeay' => 0.57,
				     'URI::Escape' => 1.36,
                           },
    ($] < 5.005 ? () : (
       ABSTRACT_FROM => $me, 
       AUTHOR     => 'Christopher Kois <cpkois@cpan.org>') 
    ),
);