constant.t: Correct version
authorFather Chrysostomos <sprout@cpan.org>
Sat, 22 Jun 2013 07:26:12 +0000 (00:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Jul 2013 06:48:00 +0000 (23:48 -0700)
I didn’t have this done in time for 5.19.1.

dist/constant/t/constant.t

index d39c05a..93fb578 100644 (file)
@@ -392,10 +392,10 @@ SKIP: {
 }
 
 # Test that list constants are also immutable.  This only works under
-# 5.19.1 and later (er, except it doesn’t work under that version yet,
+# 5.19.2 and later (er, except it doesn’t work under that version yet,
 # either, hence the to-do status).
 SKIP: {
-    skip "fails under 5.19.0 and earlier", 2 if $] < 5.019001;
+    skip "fails under 5.19.1 and earlier", 2 if $] < 5.019002;
     local $TODO = " ";
     use constant constant_list => 1..2;
     for (constant_list) {