eval $ExtUtils::MakeMaker::VERSION to avoid warnings about _ not being numeric.
authorNicholas Clark <nick@ccl4.org>
Wed, 4 May 2011 20:41:45 +0000 (22:41 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 4 May 2011 21:07:04 +0000 (23:07 +0200)
commit33d464ba15a1986e04334c570588029c4e04fc7a
tree7f8c82018a0db1167b0bd6fd0fe6c05ab8abcaa4
parent390777e7ad4ebeb0e16129e43cb12361a4cd8d89
eval $ExtUtils::MakeMaker::VERSION to avoid warnings about _ not being numeric.

Frustratingly ExtUtils::MakeMaker->VERSION() returns the literal value of
$ExtUtils::MakeMaker::VERSION so it's just as "not numeric" as reading the
scalar directly.
Makefile.PL