Change 35022 by [EMAIL PROTECTED] on 2008/12/05 22:54:50

        in Dump output, PV field of format may or not be displayed in 5.10.0

Affected files ...

... //depot/perl/ext/Devel/Peek/t/Peek.t#47 edit

Differences ...

==== //depot/perl/ext/Devel/Peek/t/Peek.t#47 (text) ====
Index: perl/ext/Devel/Peek/t/Peek.t
--- perl/ext/Devel/Peek/t/Peek.t#46~34167~      2008-07-31 03:03:33.000000000 
-0700
+++ perl/ext/Devel/Peek/t/Peek.t        2008-12-05 14:54:50.000000000 -0800
@@ -646,8 +646,8 @@
     FLAGS = \\(\\)
     IV = 0                                     # $] < 5.009
     NV = 0                                     # $] < 5.009
-    PV = 0                                     # $] >= 5.011
-    COMP_STASH = 0x0
+(?:    PV = 0
+)?    COMP_STASH = 0x0
     START = $ADDR ===> \\d+
     ROOT = $ADDR
     XSUB = 0x0                                 # $] < 5.009
End of Patch.

Reply via email to