Add resources to Makefile.PL, tidy up
[catagits/Test-NoTabs.git] / Makefile.PL
index 9760f33..1123fd3 100644 (file)
@@ -1,13 +1,19 @@
-use inc::Module::Install;
-name     'Test-NoTabs',
-license  'perl',
-author   'Nick Gerakines <nick@socklabs.com>',
-all_from 'lib/Test/NoTabs.pm',
+use inc::Module::Install 0.78;
+
+name     'Test-NoTabs';
+license  'perl';
+author   'Nick Gerakines <nick@socklabs.com>';
+author   'Tomas Doran <bobtfish@bobtfish.net>';
+
+all_from 'lib/Test/NoTabs.pm';
 requires 'Test::More';
 requires 'Test::Builder';
 requires 'File::Spec';
 requires 'FindBin';
 requires 'File::Find';
 
+resources repository => 'git://github.com/bobtfish/perl-test-notabs.git';
+
+auto_install;
 WriteAll;