From 2a00fb7d07c3ef0f737231f267000096b11f6469 Mon Sep 17 00:00:00 2001 From: Timofey Potapov Date: Thu, 23 May 2024 12:29:56 +0200 Subject: [PATCH] 1.13 - Updated p style again. --- Changes | 6 ++++++ lib/e.pm | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 2e25413..9a42aa7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for e +================= +1.13 2024-05-23 +================= + +Updated p style again + ================= 1.12 - 2024-05-23 ================= diff --git a/lib/e.pm b/lib/e.pm index 445836f..6493419 100644 --- a/lib/e.pm +++ b/lib/e.pm @@ -34,7 +34,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '1.12'; +our $VERSION = '1.13'; =head1 SYNOPSIS @@ -340,7 +340,6 @@ sub import { show_dualvar => "off", hash_separator => " => ", end_separator => 1, - caller_info => 1, show_refcount => 1, ); p( @_ ); @@ -352,7 +351,6 @@ sub import { show_dualvar => "off", hash_separator => " => ", end_separator => 1, - caller_info => 1, show_refcount => 1, ); np( @_ );