Add resources to Makefile.PL, tidy up
t0m [Mon, 18 May 2009 00:37:53 +0000 (01:37 +0100)]
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;