From 1e99c552103539ac261855d713f4c088788a44fb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 4 Aug 2016 16:57:39 +0100 Subject: [PATCH] Add license meta name in the Makefile.PL script. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 45abd99..4574e84 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,7 @@ WriteMakefile( VERSION_FROM => 'lib/Dancer2/Plugin/TemplateFlute.pm', ABSTRACT_FROM => 'lib/Dancer2/Plugin/TemplateFlute.pm', AUTHOR => 'Evan Brown (evan@bottlenose-wine.com)', + LICENSE => 'artistic_2', BUILD_REQUIRES => { 'aliased' => 0, 'JSON::MaybeXS' => 0,