diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-07-31 10:03:33 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-07-31 10:03:33 +0000 |
commit | 5129b2ca8d01c31a5ccad56604afff370ba7562e (patch) | |
tree | 4e3ca09dd43183da3f0dccc9bff118f0af5c5f3c /ext/Devel | |
parent | a1fea99b3ddaebb8d880c2daff65d93f1f665e1d (diff) | |
download | perl-5129b2ca8d01c31a5ccad56604afff370ba7562e.tar.gz |
You can't (and shouldn't) use CvDEPTH on a PVFM.
p4raw-id: //depot/perl@34167
Diffstat (limited to 'ext/Devel')
-rw-r--r-- | ext/Devel/Peek/t/Peek.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/Peek/t/Peek.t b/ext/Devel/Peek/t/Peek.t index 43164fd0c0..4fa487a1a7 100644 --- a/ext/Devel/Peek/t/Peek.t +++ b/ext/Devel/Peek/t/Peek.t @@ -654,7 +654,7 @@ do_test(26, XSUBANY = 0 # $] < 5.009 GVGV::GV = $ADDR\\t"main" :: "PIE" FILE = ".*\\b(?i:peek\\.t)" - DEPTH = 0 + DEPTH = 0 # $] <= 5.010 (?: MUTEXP = $ADDR OWNER = $ADDR )? FLAGS = 0x0 |