From 96e19fd56d30c6f57faa490fd850c1057fe5dfd7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 2 Feb 2014 11:36:32 +0200 Subject: [PATCH] Fix LICENSE in Makefile.PL --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7c6b3d0..6a13c44 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Gruntmaster/Daemon.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', - LICENSE => 'perl', + LICENSE => 'AGPL_3', BUILD_REQUIRES => { qw/Cwd 0 File::Copy 0 -- 2.30.2