The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'CPAN::Mini::Live',
    VERSION_FROM => 'lib/CPAN/Mini/Live.pm',
    ABSTRACT     => 'Keep CPAN Mini up to date',
    AUTHOR       => 'Leon Brocard <acme@astray.com>',
    LICENSE      => 'perl',
    PREREQ_PM    => {
        'AnyEvent::FriendFeed::Realtime' => '0',
        'CPAN::Mini'                     => '0',
    },
);