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

name            'YAML-Tests';
all_from        'lib/YAML/Tests.pm';

# This module requires `prove` to run `yt`
requires        'Test::Harness' => '2.42';

install_script  'bin/yt';

WriteAll;