From d20da1d926be2b7371b210b03681113be387dfee Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Thu, 3 Oct 2024 15:07:46 +0100 Subject: [PATCH] fix license (#8) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 5324f41..383ab31 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( 'VERSION_FROM' => 'lib/App/rdapper.pm', 'ABSTRACT_FROM' => 'lib/App/rdapper.pm', 'AUTHOR' => [ 'Gavin Brown ' ], - 'LICENSE' => 'freebsd', + 'LICENSE' => 'perl_5', 'EXE_FILES' => [ 'rdapper' ], 'PREREQ_PM' => { 'Getopt::Long' => 0,