From 492babee98dbb2d96665cdd339e376df486f76dc Mon Sep 17 00:00:00 2001 From: Chris White Date: Fri, 28 Oct 2022 22:43:11 -0400 Subject: [PATCH] Bump version to 0.600.2 And add missing Changes entry for 0.600.1 --- Changes | 5 ++++- lib/Text/PerlPP.pm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c4bf911..cf04bbb 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,14 @@ Revision history for Text-PerlPP (Note: GH = GitHub issue; # = RT issue) -0.600.1 2022/10/28 +0.600.2 2022/10/28 - Test fix for blead (demerphq++) (GH 32) - Typo fix (GH 30) - Add EditorConfig file (editorconfig.org) +0.600.1 2018/09/10 + Fixes + 0.500.4 2018/05/29 Updated tests diff --git a/lib/Text/PerlPP.pm b/lib/Text/PerlPP.pm index 012b3ed..5c8dd46 100644 --- a/lib/Text/PerlPP.pm +++ b/lib/Text/PerlPP.pm @@ -6,7 +6,7 @@ package Text::PerlPP; # Semantic versioning, packed per Perl rules. Must always be at least one # digit left of the decimal, and six digits right of the decimal. For # prerelease versions, put an underscore before the last three digits. -our $VERSION = '0.600001'; +our $VERSION = '0.600002'; use 5.010001; use strict;