The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
	      'NAME'	=> 'Net::ITE.pm',
	      ($[ >= 5.005) ?
	      (AUTHOR   => 'Aaron Straup Cope (cpan@aaronland.net)',
	       ABSTRACT => 'Simple OOP-ish interface to the Internet Topic Exchange') : (),
	      'VERSION_FROM' => 'lib/Net/ITE.pm',
	      'PREREQ_PM'    => {
				 LWP::UserAgent => '0',
				 HTTP::Request  => '0',
				 XML::RSS       => '0.96',
				 Net::TrackBack => '0.21',
				},
	      dist	        => {COMPRESS => 'gzip', SUFFIX => 'tar.gz'},
);