X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=84adbbe2b52b6eff09a7fa669aa2175f5675fe56;hb=4a66f5286d8acbc7cf2b8aafcc9cebd474a30614;hp=b7eedd6997fb18dedfffdc7b40628416f8c881ff;hpb=d1cc69aba2acbee9ae5f34c464deaa0cfe46e117;p=scpubgit%2FTak.git diff --git a/Makefile.PL b/Makefile.PL index b7eedd6..84adbbe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ WriteMakefile( PREREQ_PM => { 'Moo' => '0.009012', 'Net::OpenSSH' => '0.52', - 'Log::Contextual' => '0.00304', + 'Log::Contextual' => '0.004', 'JSON::PP' => '2.27104', 'Capture::Tiny' => '0.11', 'warnings::illegalproto' => 0, @@ -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', + }, } );