Skip to content

Commit

Permalink
Skip dbm_cond test below 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 26, 2024
1 parent 1f3cdb9 commit 7beadd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dbm_cond
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# The latest version of this software should be available from my homepage:
# http://www.pjcj.net

# __COVER__ skip_test $] < 5.008005 || !(eval "use DBM::Deep; 23")
# __COVER__ skip_reason DBM::Deep not available
# __COVER__ skip_test $] < 5.014000 || !(eval "use DBM::Deep; 23")
# __COVER__ skip_reason DBM::Deep not available or painful to install

use strict;
use warnings;
Expand Down

0 comments on commit 7beadd7

Please sign in to comment.