2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-11-10 04:24:31 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.27
Upstream changes:
1.27 Sat Nov 3 14:01:26 CET 2018
- Remove a warning about uninitialized value for perl <= 5.10
|
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
|