File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl module YAML::PP
2
2
3
+ v0.38.2 2025-02-07 23:56:38+01:00
4
+
5
+ - Allow unknown tags again, reverting the previous change which
6
+ only was supposed to be a dev release
7
+ - Add new option require_footer
8
+
3
9
v0.38.1 2025-01-25 00:30:13+01:00
4
10
5
11
- Add --duplicate-keys commandline flag
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
53
53
" Test::Warn" => 0,
54
54
" lib" => 0
55
55
},
56
- " VERSION" => " v0.38.1 " ,
56
+ " VERSION" => " v0.38.2 " ,
57
57
" test" => {
58
58
" TESTS" => " t/*.t"
59
59
}
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name = YAML-PP
2
2
author = Tina Müller <
[email protected] >
3
3
license = Perl_5
4
4
copyright_holder = Tina Müller
5
- copyright_year = 2024
5
+ copyright_year = 2025
6
6
7
- version = v0.38.1
7
+ version = v0.38.2
8
8
9
9
[@Filter]
10
10
-bundle = @Basic
You can’t perform that action at this time.
0 commit comments