Skip to content

Commit

Permalink
1.13 - Updated p style again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed May 23, 2024
1 parent d3b8ed1 commit 2a00fb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for e

=================
1.13 2024-05-23
=================

Updated p style again

=================
1.12 - 2024-05-23
=================
Expand Down
4 changes: 1 addition & 3 deletions lib/e.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '1.12';
our $VERSION = '1.13';

=head1 SYNOPSIS
Expand Down Expand Up @@ -340,7 +340,6 @@ sub import {
show_dualvar => "off",
hash_separator => " => ",
end_separator => 1,
caller_info => 1,
show_refcount => 1,
);
p( @_ );
Expand All @@ -352,7 +351,6 @@ sub import {
show_dualvar => "off",
hash_separator => " => ",
end_separator => 1,
caller_info => 1,
show_refcount => 1,
);
np( @_ );
Expand Down

0 comments on commit 2a00fb7

Please sign in to comment.