Skip to content

Commit

Permalink
v0.027
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Apr 9, 2021
1 parent 46f5db6 commit 9fa6f98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Revision history for Perl module YAML::PP

0.026_002 2021-04-08 13:35:16+02:00
0.027 2021-04-09 11:13:28+02:00

- Forbid duplicate keys by default like announced in 0.026
- Add possibility to preserve alias names (see 'preserve' option)
- Highlighter: Add option to expand tabs in ansi color mode
- yamlpp-events: Add option --module
- Improve error message when trying to load an undefined alias
- Forbid duplicate keys by default like announced in 0.026

0.026_001 2020-09-12 19:41:39+02:00

- Add possibility to preserve alias names (see 'preserve' option)
- Fix a test for perl 5.8.8

0.026 2020-09-11 00:39:09+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.026_002",
"VERSION" => "0.027",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name = YAML-PP
author = Tina Müller <tinita@cpan.org>
license = Perl_5
copyright_holder = Tina Müller
copyright_year = 2020
copyright_year = 2021

version = 0.026_002
version = 0.027

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 9fa6f98

Please # to comment.