diff options
Diffstat (limited to 'dist/Safe/Safe.pm')
-rw-r--r-- | dist/Safe/Safe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 41a7d441a9..fd628deda8 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -6,7 +6,7 @@ use Scalar::Util qw(reftype); use Config qw(%Config); use constant is_usethreads => $Config{usethreads}; -$Safe::VERSION = "2.20"; +$Safe::VERSION = "2.21"; # *** Don't declare any lexicals above this point *** # |