use 5.008001; use ExtUtils::MakeMaker; exit 0 if $ENV{AUTOMATED_TESTING}; print < 'WWW::Salesforce', VERSION_FROM => 'lib/WWW/Salesforce.pm', # finds $VERSION PREREQ_PM => { 'Moose' => 0.86, 'Crypt::SSLeay' => 0.56, 'SOAP::Lite' => 0.68, }, # e.g., Module::Name => 1.1 ABSTRACT_FROM => 'lib/WWW/Salesforce.pm', AUTHOR => 'Chase Whitener ', LICENSE => 'perl', );