From 6b48b2e9f1885479cab281f290e402a4d11fa465 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 7 May 2025 00:55:20 +0200 Subject: [PATCH] MT#62763 build: Quote hash key This hash key has a dash, which means it needs to be quoted, otherwise it gets parsed as a bareword followed by a minus sign. Warned-by: perl -w Change-Id: Ic97e13cba5d5dfac9bc51d6c3264f7878d252b88 --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index c5e8ffb..95ae53a 100644 --- a/Build.PL +++ b/Build.PL @@ -17,7 +17,7 @@ Module::Build->new( dist_version_from => 'lib/Data/HAL.pm', dynamic_config => 0, license => 'perl', - meta-spec => { + 'meta-spec' => { url => 'http://module-build.sourceforge.net/META-spec-v1.4.html', version => '1.4', },