The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;
name 'App-Ikachan';
all_from 'lib/App/Ikachan.pm';
readme_from 'lib/App/Ikachan.pm';
readme_markdown_from 'lib/App/Ikachan.pm';
githubmeta;

tests 't/*.t';
author_tests 'xt';

install_script 'bin/ikachan';

build_requires 'Test::More';
auto_set_repository;
cpanfile;
WriteAll;