Subject: | Operation "bool": no method found, argument in overloaded package version |
On Darwin Kernel Version 10.2.0
Perl v5.10.0 built for darwin-thread-multi-2level
Module::Build 0.35
-------snip--------------
% perl Build.PL
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Operation "bool": no method found, argument in overloaded package version at
/Library/Perl/Updates/5.10.0/Module/Build/Base.pm line 1302.
-------snip--------------
If I run under the debugger, I get no error. That is, if I run:
perl -d Build.PL
and continue, it works.