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