- New upstream release 1.28
- Security fix: only enable loading globs when $LoadCode is set (GH#213)
- Modernize spec using %{make_build} and %{make_install}
- New upstream release 1.26
- Fix bug introduced in 1.25 - loading of quoted string with colon as
sequence element (GH#208)
- Support zero indented block sequences (GH#207)
- New upstream release 1.25
- Support trailing comments (GH#189, GH#190, GH#191)
- Remove unused code (GH#192)
- Use Test::Deep to actually test correctly for class names (GH#193)
- Fix loading of mapping key that starts with '= ' (GH#194)
- Fix loading strings with multiple spaces (GH#172)
- Allow more characters in anchor name (GH#196)
- Add $YAML::LoadBlessed for disabling loading objects (GH#197)
- Disable test with long string under certain conditions (GH#201)
- Quote scalar if it equals '=' (GH#202)
- Multiple regexp roundtrip does not grow (GH#203)
- Add support for compact nested block sequences (GH#204)
- Support reverse order of block scalar indicators (GH#205)
- Support nested mappings in sequences (GH#206)
perl-YAML tests have enormous dependency tree. We are not proud of it
but when packaging a subset of Perl packages (e.g. into a Modalarity
module), we need to cut off the dependency tree somewhere. Run-time
dependencies of perl-Test-YAML is one of the place.
- New upstream release 1.21
- Declare variables with our() to avoid warnings (GH#109, GH#171)
- Empty mapping value at the end resolves to null (was becoming empty string)
(GH#131, GH#170)
- Output key in warning when duplicate key was found (GH#119, GH#169)
- Allow reading and writing to IO::Handle (GH#157, GH#168)
- New upstream release 1.20
- Allow quoted map keys in arrays (GH#146)
- B::Deparse is loaded at runtime now
- New feature $YAML::Preserve (GH#9)
- This release by INGY → update source URL
- New upstream release 1.19
- Add pod link to YAML::Shell (GH#164)
- Fix infinite loop for aliases without a name (GH#151)
- Improve error messages (GH#142, GH#162)
- Trailing spaces after inline seq/map work now (GH#163)
- Add test case for trailing comments (GH#154)
- New upstream release 1.10
- Apply PR/138:
- Report an error message mentioning indentation when choking on non-space
indentation
- die() should be called as a method of $self
- New upstream release 1.09
- Add t/000-compile-modules.t
- Eliminate File::Basename from test/
- Eliminate spurious trailing whitespace
- Meta 0.0.2
- Change testdir to t
- Add doc examples for YAML::Any (PR/8)
- Dep on Test::YAML 1.05
- Replace tabs with spaces
- New upstream release 1.00
- Switch to external Test::Base
- Fix bad encoding in Pod
- Test::YAML is now unbundled
- Take advantage of new features in recent EU::MM to simplify spec