Skip to content

Commit

Permalink
v0.023
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jul 9, 2020
1 parent 2a68322 commit 755f4ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
Revision history for Perl module YAML::PP

0.022_002 2020-07-05 14:33:14+02:00
0.023 2020-07-09 22:09:50+02:00

- Support loading and dumping typeglobs. Issue #15
- Dumper: Don't use aliases for JSON::PP/boolean.pm booleans, because they
alwas use the same reference. Issue #32
- Fix float comparison in test. Issue #33
- Support loading and dumping typeglobs. Issue #15

0.022_001 2020-06-25 00:19:41+02:00

- Make aliases in custom tags work
- YAML::PP::Highlight: colorize mapping keys

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ my %WriteMakefileArgs = (
"blib" => "1.01",
"lib" => 0
},
"VERSION" => "0.022_002",
"VERSION" => "0.023",
"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 = 2020

version = 0.022_002
version = 0.023

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 755f4ca

Please sign in to comment.