use inc::Module::Install; name 'Text-LTSV'; all_from 'lib/Text/LTSV.pm'; readme_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;