summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Wassberg <jocar@su.se>2020-07-08 13:52:19 +0200
committerJohan Wassberg <jocar@su.se>2020-07-08 13:52:19 +0200
commit1fbdb5f3cb7bbaf8f4ac60a021f66060ef0f4537 (patch)
treec36770dc5495d0bfeca16d6415c3557961c6f6d4
parent76b7fc46133c027befd3a68db6c4860526ec258b (diff)
Prepare new release
Closes RT#132935
-rw-r--r--CHANGES6
-rw-r--r--META.yml4
-rw-r--r--lib/Config/File.pm4
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 <gwolf@gwolf.org>'
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