From 3c65dfa80d916de5244e85d6b4de3a07f3f00d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 29 Sep 2020 18:26:37 +0200 Subject: [PATCH] v0.002 --- Changes | 6 +----- Makefile.PL | 2 +- dist.ini | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 52109ec..5a854f4 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,8 @@ Revision history for Perl module YAML::Tidy -0.001_002 2020-09-28 19:27:46+02:00 +0.002 2020-09-29 18:25:51+02:00 - Improve finding of node start and end - - Fix Test::Warnings dependency - -0.001_001 2020-09-26 16:35:19+02:00 - - Fix dependencies - Add more tests - Add more docs diff --git a/Makefile.PL b/Makefile.PL index 2902e97..16e6895 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "Test::Warnings" => "0.029" }, - "VERSION" => "0.001_002", + "VERSION" => "0.002", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index a3e9ae7..19c155b 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2020 -version = 0.001_002 +version = 0.002 [@Filter] -bundle = @Basic