Skip to content

Commit 7ce9593

Browse files
author
wen
committed
Update to 0.036
Upstream changes: 0.036 2023-05-10 17:09:48+02:00 - Add option -dumpcode to turn of dumping coderefs in YAML::PP::Schema::Perl - ci updates 0.035 2022-09-30 21:16:16+02:00 - Fix parsing alias as mapping key - Support emitting folded block scalars. Now any input should be able to output as a folded block scalar correctly. Preserving scalar styles will now also preserve those 0.034 2022-06-30 10:31:56+02:00 - Fix parsing empty folded block scalars with trailing linebreaks - Fix error handling (remaining tokens on invalid input) - Support experimental v5.36 booleans - Allow to specify multiple boolean classes (issue #37) 0.033 2022-06-27 16:31:32+02:00 - Fix add_mapping_resolver + on_create (tie existing data) 0.032 2022-03-08 19:02:00+01:00 - Add missing '~' to allowed chars in tags - Restructure directive parsing a bit - Support YAML::PP::Ref in yamlpp-* utility scripts - Add -P to yaml-load-dump --preserve - Add --dump option to yamlpp-parse-emit - yamlpp-load-dump -D JSON::PP: don't output space before colon - Add export tags to YAML::PP::Common - Update yaml-test-suite to 2022-01-17 0.031 2021-12-25 23:43:19+01:00 - Fix several rare test cases: - Support literal escaped tabs - Allow only one digit for block scalar indent indicator - Allow comments at the end of directives - Match word boundary after '%YAML' - Allow tabs and multiple spaces between directive elements - Forbid lines starting with tabs in block mode - After tabs no further indentation elements allowed 0.030 2021-11-07 21:57:28+01:00 - preserve: Keep existing data (issue #44) - Forbid directive without directive end marker - Support explicit empty key/value pairs in flow mappings - Enforce EOL after end of flow context - Forbid multiple question marks in flow mappings
1 parent 47ce315 commit 7ce9593

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

textproc/p5-YAML-PP/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.12 2022/06/28 11:36:47 wiz Exp $
1+
# $NetBSD: Makefile,v 1.13 2023/07/04 11:50:59 wen Exp $
22

3-
DISTNAME= YAML-PP-0.029
3+
DISTNAME= YAML-PP-0.036
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= textproc perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TINITA/}
87

textproc/p5-YAML-PP/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.8 2021/10/30 09:01:22 wen Exp $
1+
$NetBSD: distinfo,v 1.9 2023/07/04 11:50:59 wen Exp $
22

3-
BLAKE2s (YAML-PP-0.029.tar.gz) = 00e838a72c6b5a32077ddaf5915b8fa7899592868058dcaed3db2c239a692672
4-
SHA512 (YAML-PP-0.029.tar.gz) = e52f9ad3477cb8d71cd0ea428ca1212fe50d6aa543a5e5e2a5cf4c8fed4ecced41626077159b6d851fd698260d3f6a5697f1b7a5a6489ba1ed1d3058668c9d94
5-
Size (YAML-PP-0.029.tar.gz) = 195116 bytes
3+
BLAKE2s (YAML-PP-0.036.tar.gz) = e31657ff699814ae66a9831dc1dada452acf85d065ddb30bf5d2a1b10323be7d
4+
SHA512 (YAML-PP-0.036.tar.gz) = 62134d8d64617658f03543552675b5dfcf495bd55294bd4fd96988093fca7e8c1bfd93faa1db88baaa994d2b3bc2f1eb2d2826ac767ac3c6d6d4899abd4544b9
5+
Size (YAML-PP-0.036.tar.gz) = 133579 bytes

0 commit comments

Comments
 (0)