diff --git a/test_output/cover/moo_cond.5.012000 b/test_output/cover/moo_cond.5.012000 index e900927a..7038355a 100644 --- a/test_output/cover/moo_cond.5.012000 +++ b/test_output/cover/moo_cond.5.012000 @@ -27,7 +27,7 @@ line err stmt bran cond sub code 7 # The latest version of this software should be available from my homepage: 8 # http://www.pjcj.net 9 -10 # __COVER__ skip_test $] < 5.008002 || !(eval "use Moo 1.000003; 23") +10 # __COVER__ skip_test !(eval "use Moo 1.000003; 23") 11 # __COVER__ skip_reason Moo not available 12 13 1 1 use strict; diff --git a/test_output/cover/moo_cond.5.022000 b/test_output/cover/moo_cond.5.022000 index 00f4b57d..f4472eea 100644 --- a/test_output/cover/moo_cond.5.022000 +++ b/test_output/cover/moo_cond.5.022000 @@ -27,7 +27,7 @@ line err stmt bran cond sub code 7 # The latest version of this software should be available from my homepage: 8 # http://www.pjcj.net 9 -10 # __COVER__ skip_test $] < 5.008002 || !(eval "use Moo 1.000003; 23") +10 # __COVER__ skip_test !(eval "use Moo 1.000003; 23") 11 # __COVER__ skip_reason Moo not available 12 13 1 1 use strict; diff --git a/tests/moo_cond b/tests/moo_cond index 67f72721..27efa7e1 100644 --- a/tests/moo_cond +++ b/tests/moo_cond @@ -7,7 +7,7 @@ # The latest version of this software should be available from my homepage: # http://www.pjcj.net -# __COVER__ skip_test $] < 5.008002 || !(eval "use Moo 1.000003; 23") +# __COVER__ skip_test !(eval "use Moo 1.000003; 23") # __COVER__ skip_reason Moo not available use strict;