diff --git a/test_output/cover/readonly.5.012000 b/test_output/cover/readonly.5.012000 index 1d15280d..e9e0452b 100644 --- a/test_output/cover/readonly.5.012000 +++ b/test_output/cover/readonly.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 Readonly; 23") +10 # __COVER__ skip_test !(eval "use Readonly; 23") 11 # __COVER__ skip_reason Readonly not available 12 13 1 1 use strict; diff --git a/tests/readonly b/tests/readonly index fe0232a0..450b929e 100644 --- a/tests/readonly +++ b/tests/readonly @@ -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 Readonly; 23") +# __COVER__ skip_test !(eval "use Readonly; 23") # __COVER__ skip_reason Readonly not available use strict;