From f47eff49a971a82a69c3d11a6360ef2194521660 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 8 Feb 2018 19:03:41 +0000 Subject: [PATCH] - Tidied up LICENSE meta. --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 39343ef..5751a68 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,7 @@ my %WriteMakefileArgs = ( VERSION_FROM => 'lib/File/Path.pm', ABSTRACT_FROM => 'lib/File/Path.pm', INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'), + LICENSE => 'perl', CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => 0, }, @@ -41,8 +42,8 @@ my %WriteMakefileArgs = ( web => 'https://github.com/jkeenan/File-Path', type => 'git', }, + license => [ 'http://dev.perl.org/licenses/' ], }, - license => 'perl', }) : () ), ); if ($^O eq 'MSWin32') { @@ -64,4 +65,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); -