Skip to content

Commit

Permalink
Removed postfix deref usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed Aug 7, 2024
1 parent 296e27a commit 235e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/e.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ sub import {

$pm->run_on_finish(
sub {
push @res, $_[-1]->@*;
push @res, @{$_[-1]};
}
);
for my $cb ( @_ ) {
Expand Down

0 comments on commit 235e58e

Please sign in to comment.