Peek.t: Update skip version
authorFather Chrysostomos <sprout@cpan.org>
Sat, 30 Nov 2013 13:55:40 +0000 (05:55 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 30 Nov 2013 13:55:40 +0000 (05:55 -0800)
I did not have this branch ready in time for 5.19.6.

ext/Devel-Peek/t/Peek.t

index d0f8270..4f1d583 100644 (file)
@@ -509,7 +509,7 @@ do_test('string with Unicode',
   PV = $ADDR "\\\214\\\101\\\0\\\235\\\101"\\\0 \[UTF8 "\\\x\{100\}\\\x\{0\}\\\x\{200\}"\]
   CUR = 5
   LEN = \\d+
-  COW_REFCNT = 1                                       # $] < 5.019006
+  COW_REFCNT = 1                                       # $] < 5.019007
 ');
 } else {
 do_test('string with Unicode',
@@ -521,7 +521,7 @@ do_test('string with Unicode',
   PV = $ADDR "\\\304\\\200\\\0\\\310\\\200"\\\0 \[UTF8 "\\\x\{100\}\\\x\{0\}\\\x\{200\}"\]
   CUR = 5
   LEN = \\d+
-  COW_REFCNT = 1                                       # $] < 5.019006
+  COW_REFCNT = 1                                       # $] < 5.019007
 ');
 }
 
@@ -549,7 +549,7 @@ do_test('reference to hash containing Unicode',
       PV = $ADDR "\\\235\\\101"\\\0 \[UTF8 "\\\x\{200\}"\]
       CUR = 2
       LEN = \\d+
-      COW_REFCNT = 1                           # $] < 5.019006
+      COW_REFCNT = 1                           # $] < 5.019007
 ',      '',
        $] > 5.009
        ? $] >= 5.015
@@ -580,7 +580,7 @@ do_test('reference to hash containing Unicode',
       PV = $ADDR "\\\310\\\200"\\\0 \[UTF8 "\\\x\{200\}"\]
       CUR = 2
       LEN = \\d+
-      COW_REFCNT = 1                           # $] < 5.019006
+      COW_REFCNT = 1                           # $] < 5.019007
 ',      '',
        $] > 5.009
        ? $] >= 5.015