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

WriteMakefile(
    'NAME'         => 'VMware::vCloud',
    'VERSION_FROM' => 'lib/VMware/vCloud.pm',
    'PREREQ_PM'    => { 'LWP' => '5', 'XML::Simple' => '2', 'Data::Dumper' => '0', 'Cache::Bounded' => '1.05' },
    ($] >= 5.005 ?
      (ABSTRACT_FROM => 'lib/VMware/vCloud.pm',
       AUTHOR     => 'Phillip Pollard <bennie@cpan.org>') : ()),
);