From: Arthur Axel 'fREW' Schmidt Date: Tue, 15 Nov 2011 15:41:17 +0000 (-0600) Subject: add missing resources to Makefile.PL X-Git-Tag: v0.001002~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FTak.git;a=commitdiff_plain;h=c3ed27d70bd0f078bff958bd277b77040528bbb1 add missing resources to Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index b7eedd6..870c322 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,5 +24,9 @@ WriteMakefile( EXE_FILES => [ 'bin/tak', 'bin/tak-stdio-node' ], META_MERGE => { 'no_index' => { file => [ 'lib/Tak/STDIONode.pm' ] }, + resources => { + license => 'http://dev.perl.org/licenses/', + repository => 'git://git.shadowcat.co.uk/scpubgit/Tak.git', + }, } );