Lines Matching +full:cpan +full:- +full:changes
2 - reval was not propagating void context properly.
6 - critical bugfix: outside packages could be replaced (fix in Opcode)
9 - Doc and presentation nits
12 - Doc and test fixes for newer perls
15 - localize %SIG in the Safe compartment
16 - actually check that we call execution methods on a Safe object
19 - Test bug #111462, Safe + %^H + disallowed ops (Father Chrysostomos)
27 - Make Safe play nice with Devel::Cover
30 - Now need to use code points above 255 to get SWASHNEW to load
33 - Fix bad interaction with loading Tie::Hash::NamedCapture
34 on perls >= 5.14.0 [rt.cpan.org #72872]
37 - Add &version::vxs::VCMP to Safe's default share
40 - Avoid infinite loop in _find_code_refs.
41 Patch by Yasushi Nakajima (rt.cpan.org #61262)
44 - Wrap coderefs returned by reval() and rdo()
45 - Add even more version::vxs routines to the default share
48 - Restore compatibility with perls < 5.8.9
51 - More security fixes by Nick Cleaton
54 - Clean the stashes from the Safe compartment after evaluation of code.
55 (Nick Cleaton, Tim Bunce, Rafael Garcia-Suarez)
56 - Add methods wrap_code_ref and wrap_code_refs_within (Tim Bunce)
57 - Share SWASHGET in perls < 5.10 (R.G-S)
58 - Add more version::vxs routines to the default share (Tatsuhiko Miyagawa)
61 - Install Safe in "site" instead of "perl" for perls > 5.10
62 - [perl #72942] Can't perform unicode operations in Safe compartment
64 - Add some symbols from version::vxs to the default share
75 fix [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with
76 -Dusethreads (Tim Bunce)
105 Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
107 Change 33170 on 2008/02/01 by nicholas@nicholas-bouvard
112 - Make Safe work with Perl 5.6 (changes 33102 and 33105 to perl)
115 - Backport the bleadperl version to CPAN. Changes:
146 (see RT CPAN ticket #8579)
149 - Backport the bleadperl version to CPAN. Changes:
154 Carp::Heavy at run-time (while require() is forbidden.)
157 Change 21063 by rgs@rgs-home on 2003/09/07 18:25:23
162 Message-ID: <20030907181444.GA7058@fdgroup.com>
165 - Upgraded the Makefile.PL to install Safe.pm to the correct place.
166 - Made it work on 5.6 at least, maybe even on 5.005?
169 - First CPAN release, prompted by bug number 17744 on rt.perl.org.
171 - Change 17977 by rgs@rgs-home on 2002/10/04 20:01:54
175 - Change 17976 by rgs@rgs-home on 2002/10/04 19:44:48
178 - Change 17973 by rgs@rgs-home on 2002/10/03 20:34:13
181 - Change 17729 by hv@hv-star.knots.net on 2002/08/17 02:33:15
185 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>