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.