The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Storable::CouchDB',
    VERSION_FROM => 'lib/Storable/CouchDB.pm',
    AUTHOR       => 'Michael R. Davis (mdavis@davisnetworks.com)',
    ABSTRACT_FROM=> 'lib/Storable/CouchDB.pm',
    PREREQ_PM    => {
                     'Test::Simple'     => 0.44,
                     'CouchDB::Client'  => 0,
                     'IO::Socket::INET' => 0,
                    },
);