Skip to content

Commit

Permalink
v0.006
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jun 7, 2022
1 parent 38767d0 commit e1b8d64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl module YAML::Tidy

0.005_001 2022-06-06 22:24:49+02:00
0.006 2022-06-07 15:12:11+02:00

- Fix scalar style

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
"Test::Warnings" => "0.029",
"YAML::LibYAML::API" => "0.013"
},
"VERSION" => "0.005_001",
"VERSION" => "0.006",
"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.005_001
version = 0.006

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit e1b8d64

Please sign in to comment.