in reply to Re^5: Fast coverage module or hack
in thread Fast coverage module or hack
- (!!0, uniq @b); + (!!0, List::MoreUtils::uniq(@b));in few places. I.e. by adding full prefix to uniq from List::MoreUtils. I think it's about contexts (list vs scalar maybe). Big thanks anyway!! I'll see if I can adopt it to fit all my needs.. Waiting it on CPAN.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Fast coverage module or hack
by tobyink (Canon) on Dec 02, 2019 at 20:22 UTC | |
by vsespb (Chaplain) on Dec 02, 2019 at 20:45 UTC | |
Re^7: Fast coverage module or hack
by tobyink (Canon) on Dec 02, 2019 at 18:53 UTC |