Skip to content

Commit

Permalink
update readonly to drop pre-5.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 20, 2024
1 parent 4dcdad2 commit 58ce51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_output/cover/readonly.5.012000
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/readonly
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 58ce51f

Please sign in to comment.