From 58ce51fd21e61b4081fa94af08aa4eb338f474af Mon Sep 17 00:00:00 2001 From: Ed J Date: Wed, 20 Nov 2024 12:34:24 +0000 Subject: [PATCH] update readonly to drop pre-5.12 support --- test_output/cover/readonly.5.012000 | 2 +- tests/readonly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;