NAME

Getopt::Pad::Config::Format::Yaml - YAML config format

DESCRIPTION

YAML config files via YAML::XS (a recommended, not required, dependency; a spec naming this format fails to build without it). YAML::XS works on UTF-8 octets; this format converts to and from the text Config I/O hands over, so non-ASCII values survive a --create-default-config round trip. Loading never blesses: a !!perl/hash:Some::Class tag yields a plain hash regardless of the YAML::XS version's LoadBlessed default.

Part of the Getopt::Pad distribution; see its documentation for the user-facing API.

AUTHOR

davenonymous <perl@davenonymous.com>

COPYRIGHT AND LICENSE

Copyright 2026 davenonymous

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.