mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
fix tests
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal 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
|
||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user