From e3216b2ee8b6d6722c014c32f9f957c02d4a3648 Mon Sep 17 00:00:00 2001 From: Paul Walrath Date: Tue, 7 Jan 2025 20:36:10 +0000 Subject: [PATCH 1/2] fix tests --- .gitignore | 13 +++++++++++++ Changelog | 4 ++++ General.pm | 4 ++-- MANIFEST | 1 + 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6cdf656 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/Changelog b/Changelog index 5b566ff..a855bc4 100644 --- a/Changelog +++ b/Changelog @@ -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. diff --git a/General.pm b/General.pm index 8df9a68..02e3c04 100644 --- a/General.pm +++ b/General.pm @@ -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 =head1 VERSION -2.66 +2.67 =cut diff --git a/MANIFEST b/MANIFEST index 1ac74ee..725b31d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -54,3 +54,4 @@ t/cfg.51 t/utf8_bom/bar.cfg t/utf8_bom/foo.cfg t/cfg.58 +t/cfg.59 From a9d005595b5f2b5038edf91ffc793755fc2f07d9 Mon Sep 17 00:00:00 2001 From: Paul Walrath Date: Tue, 7 Jan 2025 21:45:32 +0000 Subject: [PATCH 2/2] missed version number --- .gitignore | 1 + META.json | 2 +- README | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6cdf656..330e026 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ Config-General-*.tar.gz MYMETA.json MYMETA.yml Makefile +Makefile.old blib/ pm_to_blib t/56.out diff --git a/META.json b/META.json index d79ee7a..d3527f8 100644 --- a/META.json +++ b/META.json @@ -45,5 +45,5 @@ "url" : "https://github.com/TLINDEN/Config-General" } }, - "version" : "2.65" + "version" : "2.67" } diff --git a/README b/README index 0931c9c..f2eb3f3 100644 --- a/README +++ b/README @@ -104,4 +104,4 @@ AUTHOR VERSION - 2.65 + 2.67