+2.24 Sat Mar 6 2010
+ - Clean the stashes from the Safe compartment after evaluation of code.
+ (Nick Cleaton, Tim Bunce, Rafael Garcia-Suarez)
+ - Add methods wrap_code_ref and wrap_code_refs_within (Tim Bunce)
+ - Share SWASHGET in perls < 5.10 (R.G-S)
+ - Add more version::vxs routines to the default share (Tatsuhiko Miyagawa)
+
2.23 Mon Feb 22 2010
- Install Safe in "site" instead of "perl" for perls > 5.10
- [perl #72942] Can't perform unicode operations in Safe compartment
use Scalar::Util qw(reftype);
use B qw(sub_generation);
-$Safe::VERSION = "2.23";
+$Safe::VERSION = "2.24";
# *** Don't declare any lexicals above this point ***
#