in reply to Problem with XSLoader in Dumper.pm while using coverage

Devel::Cover only contains a Devel/Cover/Dumper.pm file, but that shouldn't conflict with Data/Dumper.pm unless you've done something strange with the paths. Maybe you could explain the directory layout a little more? And are you sure you've pointed PERL5LIB to the lib path (the directory that contains the directory Devel) and not somewhere else? Or was perhaps PERL5LIB pointing to somewhere else before you changed it?

Replies are listed 'Best First'.
Re^2: Problem with XSLoader in Dumper.pm while using coverage
by ovedpo15 (Pilgrim) on Dec 05, 2019 at 09:20 UTC
    PERL5LIB points to Devel lib only. I get this error only when I set DEVEL_COVER_DB_FORMAT to be JSON.
      Post output of "perl -V"