The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.015_001 - 2019-05-19

  • Change load methods to return the last document in scalar context for compatibility with other YAML loaders
  • Fix Lexer/Emitter (allowing/forbidding special characters in plain scalars)
  • Custom representer must fill $node->{data}
  • Dump: uptf8::upgrade input value (so it can store binary data)

Modules

YAML 1.2 processor
Constants and common functions
Constructing data structure from parsing events
Emitting events
Syntax highlighting utilities
Convenience module for loading and dumping Perl objects
Schema for YAML::PP
Schema for loading and binary data
YAML 1.2 Core Schema
YAML 1.2 Failsafe Schema
YAML 1.2 JSON Schema
Enabling YAML merge keys for mappings
Schema for serializing perl objects and special types
Schema for serializing ordered hashes
YAML 1.1 Schema for YAML::PP
A special node type for merge keys
Write YAML output
Write YAML output to file or file handle

Provides

in lib/YAML/PP/Dumper.pm
in lib/YAML/PP/Exception.pm
in lib/YAML/PP/Lexer.pm
in lib/YAML/PP/Loader.pm
in lib/YAML/PP/Parser.pm
in lib/YAML/PP/Reader.pm
in lib/YAML/PP/Reader.pm
in lib/YAML/PP/Render.pm
in lib/YAML/PP/Representer.pm