Skip to content

Commit

Permalink
update moo_cond 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 d0a1b5c commit 94b1e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test_output/cover/moo_cond.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 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;
Expand Down
2 changes: 1 addition & 1 deletion test_output/cover/moo_cond.5.022000
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 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;
Expand Down
2 changes: 1 addition & 1 deletion tests/moo_cond
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 Moo 1.000003; 23")
# __COVER__ skip_test !(eval "use Moo 1.000003; 23")
# __COVER__ skip_reason Moo not available

use strict;
Expand Down

0 comments on commit 94b1e7f

Please sign in to comment.