Codebase list libtest-pod-perl / 87b2ca0
Update test for forthcoming Pod::Simple 3.25. David E. Wheeler 11 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313 pod_file_ok( $file );
1414 test_fail(-1);
1515 test_diag(
16 ( Pod::Simple->VERSION >= 3.24 ? (
16 ( Pod::Simple->VERSION == 3.24 ? (
1717 "$file (17): Expected text matching /\\s+[^\\*\\d]/ after '=item'",
1818 "$file (21): Expected text matching /\\s+[^\\*\\d]/ after '=item'",
19 ) : Pod::Simple->VERSION >= 3.25 ? (
20 "$file (17): Expected text after =item, not a number",
21 "$file (21): Expected text after =item, not a number",
1922 ) : ()),
2023 "$file (32): You can't have =items (as at line 36) unless the first thing after the =over is an =item",
2124 );