summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-11-06 09:54:52 -0500
committerRicardo Signes <rjbs@cpan.org>2015-11-06 09:54:52 -0500
commitf99896c841d6a7ccb384ad74c61775651cfa7aaa (patch)
treed802be65c9348890a0aae1ec6aa35eac2a59e940 /dist/Carp
parentab36d597128b4016dda4ce194191e3237cf3f6a1 (diff)
downloadperl-f99896c841d6a7ccb384ad74c61775651cfa7aaa.tar.gz
Carp: stable CPAN release
Diffstat (limited to 'dist/Carp')
-rw-r--r--dist/Carp/Changes3
-rw-r--r--dist/Carp/lib/Carp.pm2
-rw-r--r--dist/Carp/lib/Carp/Heavy.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/dist/Carp/Changes b/dist/Carp/Changes
index a2e8c4c451..b55b49fa8d 100644
--- a/dist/Carp/Changes
+++ b/dist/Carp/Changes
@@ -1,4 +1,7 @@
+version 1.38; 2015-11-06
+ * stable release of changes since v1.36
+
version 1.37_02; 2015-10-30
* bugfix: remove unused parent.pm from prereqs
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index d3ae332402..9421c74211 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -87,7 +87,7 @@ BEGIN {
}
}
-our $VERSION = '1.37_02';
+our $VERSION = '1.38';
$VERSION =~ tr/_//d;
our $MaxEvalLen = 0;
diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm
index 170f8e4c53..91a42d1121 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.37_02';
+our $VERSION = '1.38';
$VERSION =~ tr/_//d;
# Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions