diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-11-06 09:54:52 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-11-06 09:54:52 -0500 |
commit | f99896c841d6a7ccb384ad74c61775651cfa7aaa (patch) | |
tree | d802be65c9348890a0aae1ec6aa35eac2a59e940 /dist | |
parent | ab36d597128b4016dda4ce194191e3237cf3f6a1 (diff) | |
download | perl-f99896c841d6a7ccb384ad74c61775651cfa7aaa.tar.gz |
Carp: stable CPAN release
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Carp/Changes | 3 | ||||
-rw-r--r-- | dist/Carp/lib/Carp.pm | 2 | ||||
-rw-r--r-- | dist/Carp/lib/Carp/Heavy.pm | 2 |
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 |