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

WriteMakefile(
	'NAME'			=> 'Mobile::Ads',
	'VERSION_FROM'		=> 'lib/Mobile/Ads.pm',
	'PREREQ_PM'	=> {
    		'LWP::UserAgent'			=> 0,
    		'HTTP::Request::Common'		=> 0,
    		'XML::LibXML'				=> 1.62,
	},
	'clean'		=> {
		'FILES'		=> 'Mobile-Ads-*'
	},
	'NO_META'		=> 1,
);