The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use inc::Module::Install;

name     'Store-CouchDB';
all_from 'lib/Store/CouchDB.pm';
author   q{Lenz Gschwendtner <norbu09@cpan.org>};
license  'perl';

requires 'Any::Moose';
requires 'JSON';
requires 'LWP::UserAgent';
requires 'URI';
requires 'Encoding::FixLatin';

build_requires 'Test::More';

auto_install;

WriteAll;