add missing resources to Makefile.PL
Arthur Axel 'fREW' Schmidt [Tue, 15 Nov 2011 15:41:17 +0000 (09:41 -0600)]
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',
+     },
   }
 );