Add resources to Makefile.PL, tidy up
[catagits/Test-NoTabs.git] / Makefile.PL
CommitLineData
33e85c99 1use inc::Module::Install 0.78;
2
3name 'Test-NoTabs';
4license 'perl';
5author 'Nick Gerakines <nick@socklabs.com>';
6author 'Tomas Doran <bobtfish@bobtfish.net>';
7
8all_from 'lib/Test/NoTabs.pm';
bb703424 9requires 'Test::More';
10requires 'Test::Builder';
11requires 'File::Spec';
12requires 'FindBin';
13requires 'File::Find';
bb703424 14
33e85c99 15resources repository => 'git://github.com/bobtfish/perl-test-notabs.git';
16
17auto_install;
bb703424 18WriteAll;
19