From 862b0ccce30620924bc6940fe2c2d7af558ac1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 30 Sep 2022 21:17:34 +0200 Subject: [PATCH] v0.035 --- Changes | 2 +- Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 2bc0378a..391962c9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl module YAML::PP -0.034_001 2022-06-30 21:19:47+02:00 +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 diff --git a/Makefile.PL b/Makefile.PL index 7306dad6..b652ca36 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ my %WriteMakefileArgs = ( "Test::Warn" => 0, "lib" => 0 }, - "VERSION" => "0.034_001", + "VERSION" => "0.035", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index 638866cd..2d242698 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2022 -version = 0.034_001 +version = 0.035 [@Filter] -bundle = @Basic