Skip to content

Commit

Permalink
v0.005_001
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jun 6, 2022
1 parent 92c9207 commit 38767d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl module YAML::Tidy

0.005_001 2022-06-06 22:24:49+02:00

- Fix scalar style

0.005 2022-04-16 21:59:58+02:00

- Fix tarball (remove accidentally included etc/docker/perl5 directory)
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",
"VERSION" => "0.005_001",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 2 additions & 0 deletions bin/yamltidy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use YAML::LibYAML::API;
use Getopt::Long::Descriptive;
use Encode;

our $VERSION = '0.000'; # VERSION

my ($opt, $usage) = describe_options(
'yamltidy %o file(s)',
[ 'config-file|c=s' => 'Config file' ],
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
version = 0.005_001

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 38767d0

Please sign in to comment.