[Module-build-general] [PATCH] Perl-5.8.0 does not like unquoted hash keys with colons?
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-03-01 21:18:07
|
Bareword "Data::Dumper" not allowed while "strict subs" in use at Build.PL line 11. etc. I get this on perl, v5.8.0 built for MSWin32-x86-multi-thread compiled with gcc-2.95.2, msvc-6.0, and on ActiveState perl build 804. This patch just adds single quotes around all keys. Alternative is to remove 'use strict'. Randy. |