Skip to content

Commit

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

0.033_003 2022-06-29 15:57:24+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
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_002",
"VERSION" => "0.033_003",
"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_002
version = 0.033_003

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 5e4cd10

Please sign in to comment.