pjcj / Devel--Cover

Code coverage metrics for Perl
http://www.pjcj.net/perl.html
93 stars 87 forks source link

fix call counts in overloads for newer perls #304

Closed haarg closed 1 year ago

haarg commented 2 years ago

The call counts for overloads are based on what perl does internally, which has changed in some cases in new perl. Create a new output file reflecting the new call counts.

pjcj commented 1 year ago

Thanks so much for nailing this down and sending a fix. I have incorporated it into a more extensive fix including some other changes later in the 5.37 release cycle and bumping the minimum version to 5.12, all of which will be in the next release coming soon.