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

requires 'autobox';
requires 'String::CamelCase';
requires 'Lingua::EN::Inflect::Number';

test_requires 'Test::More', 0.96;

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

repository 'https://github.com/xaicron/p5-autobox-String-Inflector';
bugtracker 'https://github.com/xaicron/p5-autobox-String-Inflector/issues';

WriteAll;