Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
Closes RT#132935
  • Loading branch information
Johan Wassberg committed Jul 8, 2020
1 parent 76b7fc4 commit 1fbdb5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Config-File
version: 1.52
version: 1.53
author:
- 'Gunnar Wolf <[email protected]>'
abstract: Parse a simple configuration file
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Config/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1fbdb5f

Please sign in to comment.