summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Wassberg <jocar@su.se>2020-05-25 12:22:01 +0200
committerJohan Wassberg <jocar@su.se>2020-05-25 12:22:01 +0200
commit76b7fc46133c027befd3a68db6c4860526ec258b (patch)
treed00291d930adb3ba9a77922da4e074386ab84d48
parent050da9be21847dd4b02386126647f62e233a1123 (diff)
Tag 1.52
-rw-r--r--CHANGES3
-rw-r--r--META.yml4
-rw-r--r--lib/Config/File.pm4
3 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 34d7cb8..b6d91c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
UNRELEASED
+1.52 (15-Nov-2018):
+ - Less problematic build CPAN RT#132165
+
1.51 (15-Nov-2018):
- Fix old bugs from CPAN RT
- perltidy
diff --git a/META.yml b/META.yml
index 8b39fa5..670923c 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
---
name: Config-File
-version: 1.51
+version: 1.52
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.51
+ version: 1.52
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 41cb311..c8a0835 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.51';
+$VERSION = '1.52';
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.4
+Version 1.52
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