Codebase list libtest-pod-perl / c6b80ec
Fix failing test on Pod::Simple 3.24. David E. Wheeler 11 years ago
2 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
44 to H.Merijn Brand.
55 * Switched from custom file searching code to File::Find. Suggested by
66 H.Merijn Brand.
7 * Fixed failing test on Pod::Simple 3.24.
78
89 1.45 2011-03-09T20:00:59
910 * Removed Module::Build from `build_requires`, since it does nothing
1313 pod_file_ok( $file );
1414 test_fail(-1);
1515 test_diag(
16 ( Pod::Simple->VERSION >= 3.24 ? (
17 "$file (17): Expected text matching /\\s+[^\\*\\d]/ after '=item'",
18 "$file (21): Expected text matching /\\s+[^\\*\\d]/ after '=item'",
19 ) : ()),
1620 "$file (32): You can't have =items (as at line 36) unless the first thing after the =over is an =item",
1721 );
1822 test_test( "$file is bad" );