use inc::Module::Install; name 'Hash-MultiValue'; all_from 'lib/Hash/MultiValue.pm'; readme_from 'lib/Hash/MultiValue.pm'; build_requires 'Test::More'; use_test_base; auto_include_deps; author_tests('xt'); auto_set_repository; WriteAll;