The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name     'Text-Phonetic-VideoGame';
all_from 'lib/Text/Phonetic/VideoGame.pm';
author   'Michael Hendricks <michael@ndrix.org>';
license  'mit';

build_requires 'Test::More';

requires 'Lingua::EN::Inflect::Number';
requires 'List::MoreUtils';
requires 'Text::Phonetic';
requires 'String::Nysiis';
requires 'Roman';

auto_install;

WriteAll;