Skip to main content


convert between Perl data structures, YAML and JSON with unicode support (I believe ...)

Changes for 0.25

  • to ($yaml_string) = keys %{{$yaml_string,0}}; because it was warning about "each on anonymous hash will always start from the beginning" Also a new test file was added (t/14-yaml-tainted-input.t) to test yaml2perl with tainted yaml string as input.