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

name('Kwiki-Technorati');
abstract('Access Technorati Cosmos with WAFL');
author('Chris Dent <chris.dent@socialtext.com>');
version_from('lib/Kwiki/Technorati.pm');
license('perl');

requires('Kwiki::FetchRSS');

check_nmake();

&WriteAll();