X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1123fd3564efdeaa5d3818237d185207919113b8;hb=33e85c99b2a9fdec4dd9823f2978964e40e6e8d8;hp=9760f330bded36aaf170623d9380f04292a4fe5b;hpb=116204768b5f4bcbd85550b94742acc4175d5caf;p=catagits%2FTest-NoTabs.git diff --git a/Makefile.PL b/Makefile.PL index 9760f33..1123fd3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,13 +1,19 @@ -use inc::Module::Install; -name 'Test-NoTabs', -license 'perl', -author 'Nick Gerakines ', -all_from 'lib/Test/NoTabs.pm', +use inc::Module::Install 0.78; + +name 'Test-NoTabs'; +license 'perl'; +author 'Nick Gerakines '; +author 'Tomas Doran '; + +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;