Subject: | tests fail without optional Whatif.pm |
eval { use Whatif; 1; };
is incorrect, it will fail on compile time.
Correct way to check:
eval "use Whatif; 1; ";
P.S. If Whatif is installed, on Windows tests segfault.
--
Alexandr Ciornii, http://chorny.net