diff options
author | Tony Cook <tony@develop-help.com> | 2020-11-24 10:18:18 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2020-11-24 10:18:18 +1100 |
commit | fccc9f3e92f31c2c2beb8c4e49977ea4bdebc6ff (patch) | |
tree | aa20a6f9c25f9b81080c5d39739ac27821022cb5 /dist | |
parent | 42f8d732ff160bd4f03b0fd75c8ccd1592abbf85 (diff) | |
download | perl-fccc9f3e92f31c2c2beb8c4e49977ea4bdebc6ff.tar.gz |
bump $Carp::VERSION
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Carp/lib/Carp.pm | 2 | ||||
-rw-r--r-- | dist/Carp/lib/Carp/Heavy.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm index 46aeaa5ffa..941f59db4b 100644 --- a/dist/Carp/lib/Carp.pm +++ b/dist/Carp/lib/Carp.pm @@ -211,7 +211,7 @@ BEGIN { } -our $VERSION = '1.50'; +our $VERSION = '1.51'; $VERSION =~ tr/_//d; our $MaxEvalLen = 0; diff --git a/dist/Carp/lib/Carp/Heavy.pm b/dist/Carp/lib/Carp/Heavy.pm index a9b803c76a..028d2a206e 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.50'; +our $VERSION = '1.51'; $VERSION =~ tr/_//d; # Carp::Heavy was merged into Carp in version 1.12. Any mismatched versions |