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

WriteMakefile(
	      'NAME'	=> 'WebService::weblogUpdates',
	      ($[ >= 5.005) ?
	      (AUTHOR   => 'Aaron Straup Cope (cpan@aaronland.net)',
	       ABSTRACT => 'methods supported by the Userland weblogUpdates framework') : (),
	      'VERSION_FROM' => 'lib/WebService/weblogUpdates.pm',
	      'PREREQ_PM'    => {
				 "Test::More"  => '0.41',
				 Carp          => 0,
				},
);