summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2022-09-20 16:00:56 -0700
committerKaren Etheridge <ether@cpan.org>2022-09-20 16:00:56 -0700
commitf5760d7718db3be3d86d7adbb4f01dac087aaf83 (patch)
tree0c1674ff9345a8b72442e3a144b74380f31c1698
parent0b8df78734b1567f289d1cb0b88bb2c9159e9d4d (diff)
downloadperl-f5760d7718db3be3d86d7adbb4f01dac087aaf83.tar.gz
bump Safe version: see commit 3b5ec3ec
-rw-r--r--dist/Safe/Safe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index 38791ce9ad..32eb3eb6d5 100644
--- a/dist/Safe/Safe.pm
+++ b/dist/Safe/Safe.pm
@@ -3,7 +3,7 @@ package Safe;
use 5.003_11;
use Scalar::Util qw(reftype refaddr);
-$Safe::VERSION = "2.43";
+$Safe::VERSION = "2.44";
# *** Don't declare any lexicals above this point ***
#