Merge pull request #6 from paulwalrath/master

fix tests and add gitignore file
This commit is contained in:
T.v.Dein
2025-01-08 08:13:32 +01:00
committed by GitHub
6 changed files with 23 additions and 4 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
Config-General-*.tar.gz
MYMETA.json
MYMETA.yml
Makefile
Makefile.old
blib/
pm_to_blib
t/56.out
t/cfg.51.out
t/cfg.52.out
t/cfg.out
t/complex.out
t/test.cfg
t/test.rc.out

View File

@@ -1,3 +1,7 @@
2.67 - fix github.com/TLINDEN/Config-General/issues/5:
fixing tests (add missing file to dist tarball).
- created gitignore file.
2.66 - fix github.com/TLINDEN/Config-General/issues/1:
add support to quote values containing whitespace using the
new flag -AlwaysQuoteOutput.

View File

@@ -32,7 +32,7 @@ use Carp::Heavy;
use Carp;
use Exporter;
$Config::General::VERSION = "2.66";
$Config::General::VERSION = "2.67";
use base qw(Exporter);
our @EXPORT_OK = qw(ParseConfig SaveConfig SaveConfigString);
@@ -2888,7 +2888,7 @@ Thomas Linden <tlinden |AT| cpan.org>
=head1 VERSION
2.66
2.67
=cut

View File

@@ -54,3 +54,4 @@ t/cfg.51
t/utf8_bom/bar.cfg
t/utf8_bom/foo.cfg
t/cfg.58
t/cfg.59

View File

@@ -45,5 +45,5 @@
"url" : "https://github.com/TLINDEN/Config-General"
}
},
"version" : "2.65"
"version" : "2.67"
}

2
README
View File

@@ -104,4 +104,4 @@ AUTHOR
VERSION
2.65
2.67