logo

ap-client

CLI-based client / toolbox for ActivityPub Client-to-Servergit clone https://hacktivis.me/git/ap-client.git
commit: f17631fb035f3958c458da3eaec6ee1da37b1ade
parent 8d53d20501c7c5702b01d1ba70127ff4287eb5e3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  4 Apr 2023 14:58:05 +0200

Makefile.PL: Setup MAN1PODS

Diffstat:

MMakefile.PL5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL @@ -14,6 +14,11 @@ WriteMakefile( VERSION => 'v0.1.0', EXE_FILES => [ 'script/ap-fetch', 'script/ap-represent', 'script/ap-backup' ], + MAN1PODS => { + 'script/ap-fetch' => 'blib/man1/ap-fetch.1', + 'script/ap-represent' => 'blib/man1/ap-represent.1', + 'script/ap-backup' => 'blib/man1/ap-backup.1', + }, PREREQ_PM => { 'Exporter' => 0, 'Getopt::Std' => 0,