Change 33164 by [EMAIL PROTECTED] on 2008/02/01 10:51:47
Integrate:
[ 33124]
Bump Safe's version
Affected files ...
... //depot/maint-5.10/perl/ext/Opcode/Safe.pm#3 integrate
Differences ...
==== //depot/maint-5.10/perl/ext/Opcode/Safe.pm#3 (text) ====
Index: perl/ext/Opcode/Safe.pm
--- perl/ext/Opcode/Safe.pm#2~33112~ 2008-01-29 11:25:32.000000000 -0800
+++ perl/ext/Opcode/Safe.pm 2008-02-01 02:51:47.000000000 -0800
@@ -3,7 +3,7 @@
use 5.003_11;
use strict;
-$Safe::VERSION = "2.13";
+$Safe::VERSION = "2.14";
# *** Don't declare any lexicals above this point ***
#
End of Patch.