From c869640aaf6ec443629b038271594b6c75cc34fa Mon Sep 17 00:00:00 2001 From: brian d foy Date: Fri, 16 Jun 2023 03:40:06 -0400 Subject: [PATCH] Add metadata --- bin/perlpowertools | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bin/perlpowertools b/bin/perlpowertools index 21f081e6..1b1d6cfa 100755 --- a/bin/perlpowertools +++ b/bin/perlpowertools @@ -2,6 +2,17 @@ # # perlpowertools - helper script for PerlPowerTools +=begin metadata + +Name: perlpowertools +Description: a program launcher for Perl Power Tools +Author: kal247, https://github.com/kal247 +License: artistic2 + +=end metadata + +=cut + use strict; use warnings; use utf8;