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

name           'only-matching';
all_from       'lib/only/matching.pm';
build_requires 'Test::More' => '0.47';

WriteAll;