Changes for version 1.21
- Apply PR/171 (fixes issue/109) @perlpunk++
- No more "used only once" warnings for $YAML::Indent etc.
- Apply PR/170 (fixes issue/131) [email protected]++
- Empty mapping value at the end resolves to null (was becoming empty string)
- Apply PR/169 (PR/119) [email protected]++
- Output key in warning when duplicate key was found
- Apply PR/157 and PR/168 (@lameventanas++ @perlpunk++)
- Allow reading and writing to IO::Handle
Modules
- YAML - YAML Ain't Markup Language™
- YAML::Any - Pick a YAML implementation and use it.
- YAML::Dumper - YAML class for dumping Perl objects to YAML
- YAML::Dumper::Base - Base class for YAML Dumper classes
- YAML::Error - Error formatting class for YAML modules
- YAML::Loader - YAML class for loading Perl objects to YAML
- YAML::Loader::Base - Base class for YAML Loader classes
- YAML::Marshall - YAML marshalling class you can mixin to your classes
- YAML::Node - A generic data node that encapsulates YAML information
- YAML::Tag - Tag URI object class for YAML
- YAML::Types - Marshall Perl internal data types to/from YAML
Provides
- YAML::Mo in lib/YAML/Mo.pm
- YAML::Type::blessed in lib/YAML/Types.pm
- YAML::Type::code in lib/YAML/Types.pm
- YAML::Type::glob in lib/YAML/Types.pm
- YAML::Type::ref in lib/YAML/Types.pm
- YAML::Type::regexp in lib/YAML/Types.pm
- YAML::Type::undef in lib/YAML/Types.pm
- YAML::Warning in lib/YAML/Error.pm
- yaml_mapping in lib/YAML/Node.pm
- yaml_scalar in lib/YAML/Node.pm
- yaml_sequence in lib/YAML/Node.pm