Subject: | PASS dependent on cover program |
It seems when the cover program is installed then the t/04cover.t test
succeeds. If it isn't then the test fails with
%Config::Config is read-only
because line 400 of Strict.pm sets $path with ||= to ".".
But $Config{sitedir} doesn't exist and so the ||= snatches and the
readonlyness of $Config raises an exception.
Let me know whether I can provide more infos.
Thanks,