mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
Merge pull request #6 from paulwalrath/master
fix tests and add gitignore file
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal 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
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
1
MANIFEST
1
MANIFEST
@@ -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
|
||||||
|
|||||||
@@ -45,5 +45,5 @@
|
|||||||
"url" : "https://github.com/TLINDEN/Config-General"
|
"url" : "https://github.com/TLINDEN/Config-General"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version" : "2.65"
|
"version" : "2.67"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user