summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2022-05-05 10:53:17 +0200
committerKarl Williamson <khw@cpan.org>2022-05-27 21:27:16 -0600
commita2c205b0c72e65d4a5181c368c14dfed866674ff (patch)
tree2368baf7b194ac7a5d4e8f96312a7343be8f8704 /dist/Carp
parentd64b73b99ae52cc4ff79199859f090499f63e39c (diff)
downloadperl-a2c205b0c72e65d4a5181c368c14dfed866674ff.tar.gz
Fix a typo in a comment in Carp.pm
Bump $CARP::VERSION and $Carp::Heavy::VERSION
Diffstat (limited to 'dist/Carp')
-rw-r--r--dist/Carp/lib/Carp.pm4
-rw-r--r--dist/Carp/lib/Carp/Heavy.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index df563d06a2..c0207cc06b 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -179,7 +179,7 @@ BEGIN {
? do { require "overload.pm"; _fetch_sub overload => 'mycan' }
: \&UNIVERSAL::can;
- # _blessed is either UNIVERAL::isa(...), or, in the presence of an
+ # _blessed is either UNIVERSAL::isa(...), or, in the presence of an
# override, a hideous, but fairly reliable, workaround.
*_blessed = $isa
? sub { &$isa($_[0], "UNIVERSAL") }
@@ -211,7 +211,7 @@ BEGIN {
}
-our $VERSION = '1.52';
+our $VERSION = '1.53';
$VERSION =~ tr/_//d;
our $MaxEvalLen = 0;
diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index fdb3e52ef6..44b6da575e 100644
--- a/dist/Carp/lib/Carp/Heavy.pm
+++ b/dist/Carp/lib/Carp/Heavy.pm
@@ -2,7 +2,7 @@ package Carp::Heavy;
use Carp ();
-our $VERSION = '1.52';
+our $VERSION = '1.53';
$VERSION =~ tr/_//d;
# Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions