Remove META.yml and MANIFEST, both of which should be auto generated
[catagits/Test-NoTabs.git] / Makefile.PL
CommitLineData
bb703424 1use inc::Module::Install;
2name 'Test-NoTabs',
3license 'perl',
4author 'Nick Gerakines <nick@socklabs.com>',
5all_from 'lib/Test/NoTabs.pm',
6requires 'Test::More';
7requires 'Test::Builder';
8requires 'File::Spec';
9requires 'FindBin';
10requires 'File::Find';
11requires 'Test::Group';
12
13WriteAll;
14