Change 33236 by [EMAIL PROTECTED] on 2008/02/05 11:06:11
Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
Affected files ...
... //depot/perl/ext/Opcode/Safe.pm#33 edit
Differences ...
==== //depot/perl/ext/Opcode/Safe.pm#33 (text) ====
Index: perl/ext/Opcode/Safe.pm
--- perl/ext/Opcode/Safe.pm#32~33170~ 2008-02-01 09:52:10.000000000 -0800
+++ perl/ext/Opcode/Safe.pm 2008-02-05 03:06:11.000000000 -0800
@@ -58,6 +58,8 @@
&utf8::downgrade
&utf8::native_to_unicode
&utf8::unicode_to_native
+ $version::VERSION
+ $version::CLASS
], ($] >= 5.010 && qw[
&re::is_regexp
&re::regname
End of Patch.