You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Symbol::delete_package causes the following error in Devel::Cover
Devel::Cover: 47% Devel::Cover: Oops, it looks like something went wrong writing the coverage.
It's possible that more bad things may happen but we'll try to
carry on anyway as if nothing happened. At a minimum you'll
probably find that you are missing coverage. If you're
interested, the problem was:
Can't locate object method "NAME" via package "B::SPECIAL" at /usr/lib/x86_64-linux-gnu/perl5/5.32/Devel/Cover.pm line 1187.
Here's a minimal amount of perl that reproduces the failure: del_pkg.txt
Not sure if the following is right or sensible, but it does suppress the error:
Using Symbol::delete_package causes the following error in Devel::Cover
Here's a minimal amount of perl that reproduces the failure:
del_pkg.txt
Not sure if the following is right or sensible, but it does suppress the error:
devel_cover_special.patch.txt
The text was updated successfully, but these errors were encountered: