commit: 9dd221525f3b9b2273e6bb4a2087b007315cae8a
parent fac7d5370ab59b025824d4c02861b7569442b4c1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 7 Nov 2021 17:28:03 +0100
Makefile.PL: Add
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
@@ -0,0 +1,9 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+ NAME => 'App::ApClient',
+ ABSTRACT => 'CLI-based client / toolbox for ActivityPub Client-to-Server',
+ AUTHOR => 'Haelwenn (lanodan) Monnier',
+ LICENSE => 'bsd',
+ EXE_FILES => ['ap-fetch.pl', 'ap-represent.pl', 'ap-backup.pl'],
+)