use ExtUtils::MakeMaker; print < 'AnyEvent::CouchDB', AUTHOR => 'John BEPPU ', LICENSE => 'mit', VERSION_FROM => 'lib/AnyEvent/CouchDB.pm', ABSTRACT_FROM => 'lib/AnyEvent/CouchDB.pm', EXE_FILES => [ 'bin/couchdb-push' ], META_MERGE => { no_index => { directory => [ qw(eg) ] }, }, PREREQ_PM => { 'AnyEvent::HTTP' => 1.11, 'CouchDB::View' => 0, 'JSON::XS' => 0, 'Data::Dump::Streamer' => 0, 'Data::Dump' => 0, 'IO::All' => 0, }, );