fix tests

This commit is contained in:
Paul Walrath
2025-01-07 20:36:10 +00:00
parent c06889d835
commit e3216b2ee8
4 changed files with 20 additions and 2 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
Config-General-*.tar.gz
MYMETA.json
MYMETA.yml
Makefile
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: 2.66 - fix github.com/TLINDEN/Config-General/issues/1:
add support to quote values containing whitespace using the add support to quote values containing whitespace using the
new flag -AlwaysQuoteOutput. new flag -AlwaysQuoteOutput.

View File

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

View File

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