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
mr13.4
Guillem Jover 1 year ago
parent f8bf9b0db4
commit 6b48b2e9f1

@ -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',
},

Loading…
Cancel
Save