#!perl USAGE=<<... Usage: test-yaml Tests: load # Load YAML input and write data output dump # Load data input and write YAML output yny # Load→Dump→Load roundtrip nyn # Dump→Load→Dump roundtrip parse # Parse YAML input and write YAML events emit # Emit YAML events and write YAML output Options: --in= # Input file --out= # Output file --from= # Input format --to= # Output format --yaml= # Which YAML implementations to use --test= # Tags of test cases to use Formats: json # JSON input or output perl # Perl code producing or representing data Examples: test-yaml load --in=file.yaml --to=json --yaml=perl test-yaml dump --in=prog.pl --tag=dump --yaml=perl See: For more complete doc, run: > man test-yaml ...