>>>>> On Thu, 05 Sep 2002 09:41:35 +0800, Stas Bekman <[EMAIL PROTECTED]> said:
> when it tries to eval:
> $File::Spec::VERSION=undef; do {
> unless ($File::Spec::VERSION >= $min_version) {
> };
> it certainly fails. And this is a bug in makemaker, not my code.
> Moreover this bug doesn't exist in MM 6.03, but does exist in 6.05 and
> versions prior to 6.00.
It has always been decreed that the $VERSION line ***must*** be
written in a single self-containing line. You need to change your
$VERSION line.
If 6.03 parses this right, it was a bug in MM 6.03.
--
andreas