add missing resources to Makefile.PL
[scpubgit/Tak.git] / Makefile.PL
index b7eedd6..870c322 100644 (file)
@@ -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',
+     },
   }
 );