Codebase list libgetopt-lucid-perl / da0bd2b
Fixed typos in documentation Chris White authored 4 years ago David Golden committed 4 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
10441044
10451045 @spec = (
10461046 Param("input")->default("/dev/random")->needs("output"),
1047 Param("output)->default("/dev/null"),
1047 Param("output")->default("/dev/null"),
10481048 );
10491049
10501050 === valid()
10831083
10841084 @spec = (
10851085 Param("input")->needs("output"),
1086 Param("output),
1086 Param("output"),
10871087 );
10881088
10891089 === anycase()