Skip to content

Commit

Permalink
Prepare for another release
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Wassberg committed Jul 8, 2020
1 parent 7a67d9d commit 156bd0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.54 (8-Jun-2020):
- No code changes - just updated META and information

1.53 (8-Jun-2020):
- No changes - just another release for CPAN

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.53
version: 1.54
author:
- 'Gunnar Wolf <[email protected]>'
- 'Sebastien J. Gross <[email protected]>'
Expand All @@ -25,7 +25,7 @@ build_requires:
provides:
Config::File:
file: lib/Config/File.pm
version: 1.53
version: 1.54
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.53';
$VERSION = '1.54';

sub read_config_file($) {
my ( $conf, $file, $fh, $line_num );
Expand Down Expand Up @@ -170,7 +170,7 @@ it and/or modify it under the terms of the GPL.
=head1 VERSION
Version 1.53
Version 1.54
Copyright (c) 2002 Sebastien J. Gross. All rights reserved.
Copyright (c) 2003-2018 Gunnar Wolf. All rights reserved.
Copyright (c) 2018- Stockholm University. All rights reserved.
Expand Down

0 comments on commit 156bd0a

Please sign in to comment.