Skip to content

Commit

Permalink
v0.032
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Mar 8, 2022
1 parent 548e7cc commit 9309e89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Revision history for Perl module YAML::PP

0.031_002 2022-01-20 19:14:40+01:00
0.032 2022-03-08 19:02:00+01:00

- Update yaml-test-suite to 2022-01-17
- 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

0.031_001 2022-01-08 18:58:51+01:00

- Support YAML::PP::Ref in yamlpp-* utility scripts
- 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

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.031_002",
"VERSION" => "0.032",
"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.031_002
version = 0.032

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 9309e89

Please sign in to comment.