Skip to content

Commit

Permalink
v0.034
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jun 30, 2022
1 parent 5e4cd10 commit b2627a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
Revision history for Perl module YAML::PP

0.033_003 2022-06-29 15:57:24+02:00
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)

0.033_002 2022-06-28 13:17:29+02:00

- Support experimental v5.36 booleans

0.033_001 2022-06-28 12:12:58+02:00

- Allow to specify multiple boolean classes (issue #37)

0.033 2022-06-27 16:31:32+02:00
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ my %WriteMakefileArgs = (
"Test::Warn" => 0,
"lib" => 0
},
"VERSION" => "0.033_003",
"VERSION" => "0.034",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Tina Müller
copyright_year = 2022

version = 0.033_003
version = 0.034

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit b2627a3

Please sign in to comment.