File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2929 - ' 5.34'
3030 - ' 5.36'
3131 - ' 5.38'
32+ - ' 5.40'
3233
3334 container :
3435 image : perl:${{ matrix.perl-version }}
Original file line number Diff line number Diff line change 11---
2+ version: v0.901.0
3+ date: 2024-09-06 23:56:41+02:00
4+ changes:
5+ - Change version scheme
6+ - Fix missing linebreak in pod from Dist::Zilla conversion
7+ ---
28version: 0.90
39date: 2024-09-06 23:44:13+02:00
410changes:
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141 " lib" => 0,
4242 " utf8" => 0
4343 },
44- " VERSION" => " 0.90 " ,
44+ " VERSION" => " v0.901.0 " ,
4545 " test" => {
4646 " TESTS" => " t/*.t"
4747 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ abstract = Perl YAML Serialization using XS and libyaml
33author = Ingy döt Net <
[email protected] >
44license = Perl_5
55copyright_holder = Ingy döt Net
6- version = 0.90
6+ version = v0.901.0
77
88[CopyFilesFromBuild]
99copy = Makefile.PL
You can’t perform that action at this time.
0 commit comments