[INCOMPATIBLE CHANGE]
- 1.57 omitted a change entry for the following change:
- Previously, YAML::Tiny was sloppy about file encodings. It is
now strict. The 'read' method and 'LoadFile' function expect
UTF-8 encoded files. The 'write' method and 'DumpFile' function
produce UTF-8 encoded files. The 'read_string' and
'write_string' methods and the 'Load' and 'Dump' functions
expect or generate (decoded) character data.
- Previously, some errors would throw exceptions and some would
return the error condition in $YAML::Tiny::errstr. Now all
errors throw exceptions. Use of $errstr and the errstr method
are deprecated. (David Golden)
[FIXED]
- Fixed write method to encode YAML file with UTF-8 (David Golden)
- Improved SYNOPSIS and documentation of new (David Golden)
[TESTING]
- Tests have been cleaned up and reorganized. Test coverage
has been significnatly improved. (Ingy döt Net, David Golden,
Jim Keenan, Karen Etheridge)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=16
- Major bug fix, all code that writes arbitrary data should upgrade.
- Simple scalars with no whitespace but ending in a colon like ABC: were
not being quoted, which results in the parser confusing it with a
mapping key and crashing.
- No functional changes.
- Don't depend on the YAML modules in RELEASE_TESTING, as it can
pollute the advisory META.yml.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=9
- Fix to the refaddr compatibility where Scalar::Util is installed
but is older than 1.18.
- No functional changes
- Only depend on the YAML implementations when we are release testing
- No functional changes
- Moving to a production release now CPAN Testers is green again
- Adding experimental support for exception->errstr conversion
- Updating test suite yaml_error to not expect exceptions
- Added support for trailing line comments (INGY)
- Added checks for some characters that are illegal or reserved
in plain scalars (INGY)
- Minor cleaning up of some out of date POD (ADAMK)
- Updated AUTOMATED_TESTING dependencies to new versions (ADAMK)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=6