Skip to content

Commit

Permalink
1.12 - Updated p style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed May 23, 2024
1 parent b599f32 commit d3b8ed1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/e.pm
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ sub import {
show_dualvar => "off",
hash_separator => " => ",
end_separator => 1,
caller_info => 1,
show_refcount => 1,
);
p( @_ );
},
Expand All @@ -350,6 +352,8 @@ sub import {
show_dualvar => "off",
hash_separator => " => ",
end_separator => 1,
caller_info => 1,
show_refcount => 1,
);
np( @_ );
},
Expand Down

0 comments on commit d3b8ed1

Please sign in to comment.