logo

ap-client

CLI-based client / toolbox for ActivityPub Client-to-Servergit clone https://hacktivis.me/git/ap-client.git
commit: 4824c0dfb88347af1d13a448e0c71805c576f091
parent 5272cbd37c9c415697ebe35e71e0ce677f6b56c3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 28 Mar 2023 07:51:10 +0200

Makefile.PL: Add all dependencies

Diffstat:

MMakefile.PL6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL @@ -15,7 +15,13 @@ WriteMakefile( EXE_FILES => [ 'script/ap-fetch', 'script/ap-represent', 'script/ap-backup' ], PREREQ_PM => { + 'Exporter' => 0, + 'Getopt::Std' => 0, + 'HTTP::Request::Common' => 0, 'JSON' => 0, + 'LWP::UserAgent' => 0, + 'MIME::Base64' => 0, + 'Scalar::Util' => 0, }, META_MERGE => { 'meta-spec' => {version => 2},