From 1fbdb5f3cb7bbaf8f4ac60a021f66060ef0f4537 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Wed, 8 Jul 2020 13:52:19 +0200 Subject: [PATCH] Prepare new release Closes RT#132935 --- CHANGES | 6 ++++-- META.yml | 4 ++-- lib/Config/File.pm | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index b6d91c6..99f7956 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ -UNRELEASED -1.52 (15-Nov-2018): +1.53 (8-Jun-2020): + - No changes - just another release for CPAN + +1.52 (22-May-2020): - Less problematic build CPAN RT#132165 1.51 (15-Nov-2018): diff --git a/META.yml b/META.yml index 670923c..31509c7 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Config-File -version: 1.52 +version: 1.53 author: - 'Gunnar Wolf ' abstract: Parse a simple configuration file @@ -14,7 +14,7 @@ build_requires: provides: Config::File: file: lib/Config/File.pm - version: 1.52 + version: 1.53 generated_by: Module::Build version 0.280801 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.2.html diff --git a/lib/Config/File.pm b/lib/Config/File.pm index c8a0835..dc37954 100644 --- a/lib/Config/File.pm +++ b/lib/Config/File.pm @@ -8,7 +8,7 @@ use IO::File; use vars qw($VERSION @ISA @EXPORT_OK); @ISA = qw/Exporter/; @EXPORT_OK = qw/read_config_file/; -$VERSION = '1.52'; +$VERSION = '1.53'; sub read_config_file($) { my ( $conf, $file, $fh, $line_num ); @@ -169,7 +169,7 @@ it and/or modify it under the terms of the GPL. =head1 VERSION -Version 1.52 +Version 1.53 Copyright (c) 2002 Sebastien J. Gross. All rights reserved. Copyright (c) 2003-2009 Gunnar Wolf. All rights reserved. This program is free software; you can redistribute it and/or modify