diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 3633f63..b51c6b4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( MIN_PERL_VERSION => 'v5.22', NAME => 'JWebmail', VERSION_FROM => 'lib/JWebmail.pm', - LICENSE => 'GPL', + LICENSE => 'gpl_3', PREREQ_PM => { 'Mojolicious' => '8.64', 'Config::Tiny' => 'v2.24', @@ -17,4 +17,4 @@ WriteMakefile( 'Mail::Box::Manager' => 'v3.9', }, test => {TESTS => 't/*.t'} -); +) |