2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-06-06 10:58:33 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.26
Upstream changes:
1.26 Fri May 18 21:57:20 CEST 2018
- Fix bug introduced in 1.25 - loading of quoted string with colon as
sequence element (tinita, fixes issue#208)
- Support zero indented block sequences (PR# 207 tinita)
|
2018-05-16 01:19:29 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.25
Update BUILD_DEPENDS
Upstream changes:
Changes for version 1.25 - 2018-05-11
Applied several pull requests by tinita
Support trailing comments (PR #189, PR #190, PR #191)
Remove unused code (PR #192)
Use Test::Deep to actually test correctly for class names (PR #193)
Fix loading of mapping key which starts with `= ` (PR #194)
Fix loading strings with multiple spaces (PR #172)
Allow more characters in anchor name (PR #196)
Add $YAML::LoadBlessed for disabling loading objects (PR #197)
Applied several pull requests by tinita
Disable test with long string under certain conditions (PR #201)
Quote scalar if it equals '=' (PR #202)
Multiple regexp roundtrip does not grow (PR #203)
Add support for compact nested block sequences (PR #204)
Support reverse order of block scalar indicators (PR #205)
Support nested mappings in sequences (PR #206)
|
2017-11-08 22:17:32 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-YAML: update to 1.24.
1.24 Mon Oct 30 20:31:53 CET 2017
- Fix $LoadCode (PR#180, PR#181, PR#182 by @mohawk2++)
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-02-22 12:43:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-YAML to 1.23.
1.23 Sun Feb 19 22:07:57 CET 2017
- Fix $YAML::Numify (empty values were converted to 0)
|
2017-02-19 09:54:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-YAML to 1.22.
1.22 Tue Feb 14 23:23:08 CET 2017
- Add $YAML::Numify @perlpunk++
|
2016-12-30 01:53:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-YAML to 1.21.
1.21 Fri Dec 23 21:19:15 CET 2016
- Apply PR/171 (fixes issue/109) @perlpunk++
- No more "used only once" warnings for $YAML::Indent etc.
- Apply PR/170 (fixes issue/131) hiratara@cpan.org++
- Empty mapping value at the end resolves to null (was becoming empty
string)
- Apply PR/169 (PR/119) patrick.allen.higgins@gmail.com++
- Output key in warning when duplicate key was found
- Apply PR/157 and PR/168 (@lameventanas++ @perlpunk++)
- Allow reading and writing to IO::Handle
|
2016-12-11 08:37:39 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.20
Upstream changes:
1.20 Fri Dec 2 13:20:33 PST 2016
- Apply and amend PR/146 (quoted map keys) @preaction++
- B::Deparse is loaded at runtime now
- New Feature $YAML::Preserve (Apply PR/9 @fmenabe++)
|
2016-11-28 16:42:50 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-YAML to 1.19.
1.19 Fri Nov 18 19:46:44 CET 2016
- Apply PR/164 pod (link to YAML::Shell)
- Apply PR/151 Fix infinite loop for aliases without a name @bubaflub++
- Apply PR/142 Improve error messages @werekraken++
- Apply PR/162 Improve error messages
- Apply PR/163 Trailing spaces after inline seq/map work now
- Apply PR/154 Add test case for trailing comments @Varadinsky++
|