logo

ap-client

CLI-based client / toolbox for ActivityPub Client-to-Servergit clone https://hacktivis.me/git/ap-client.git
commit: 04b5573d848bc599a03f055e30547da4dee20dc3
parent 26b49a7a5b578d4fb5a02b7c7c62a8d6bb599a33
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 27 Mar 2023 15:20:11 +0200

Makefile.PL: Add repository metadata

Diffstat:

MMakefile.PL14+++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL @@ -3,7 +3,19 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'App::ApClient', ABSTRACT => 'CLI-based client / toolbox for ActivityPub Client-to-Server', - AUTHOR => 'Haelwenn (lanodan) Monnier', + AUTHOR => 'Haelwenn (lanodan) Monnier <contact+ap-client@hacktivis.me>', LICENSE => 'bsd', + VERSION => '0.1', EXE_FILES => ['ap-fetch.pl', 'ap-represent.pl', 'ap-backup.pl'], + META_MERGE => { + 'meta-spec' => { version => 2 }, + release_status => 'stable', + resources => { + repository => { + type => 'git', + url => 'https://hacktivis.me/git/ap-client.git/', + web => 'https://hacktivis.me/git/ap-client/', + }, + }, + }, )