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-LTSV';
all_from 'lib/Text/LTSV.pm';

requires 'Tie::IxHash';
requires 'Project::Libs';
requires 'UNIVERSAL::require';
requires 'YAML::Tiny::Color';

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

test_requires 'Test::More';

install_script 'bin/ltsview';

auto_set_repository;
auto_include;
WriteAll;