mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
2.44
- fixed rt.cpan.org#49023 by rolling back change in 2.43 in line 158, regarding GLOB support. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@70 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
2.43
|
2.44
|
||||||
|
- fixed rt.cpan.org#49023 by rolling back change in 2.43
|
||||||
|
in line 158, regarding GLOB support.
|
||||||
|
|
||||||
|
2.43
|
||||||
- fixed rt.cpan.org#40925, $indichar replaced by internal
|
- fixed rt.cpan.org#40925, $indichar replaced by internal
|
||||||
configuration variable EOFseparator, which contains
|
configuration variable EOFseparator, which contains
|
||||||
a 256 bit SHA checksum of the date I fixed the bug.
|
a 256 bit SHA checksum of the date I fixed the bug.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ use Carp::Heavy;
|
|||||||
use Carp;
|
use Carp;
|
||||||
use Exporter;
|
use Exporter;
|
||||||
|
|
||||||
$Config::General::VERSION = 2.43;
|
$Config::General::VERSION = 2.44;
|
||||||
|
|
||||||
use vars qw(@ISA @EXPORT_OK);
|
use vars qw(@ISA @EXPORT_OK);
|
||||||
use base qw(Exporter);
|
use base qw(Exporter);
|
||||||
@@ -155,8 +155,7 @@ sub _process {
|
|||||||
croak "Config::General: Parameter -ConfigHash must be a hash reference!\n";
|
croak "Config::General: Parameter -ConfigHash must be a hash reference!\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# elsif (ref($self->{ConfigFile}) eq 'GLOB' || ref($self->{ConfigFile}) eq 'FileHandle') {
|
elsif (ref($self->{ConfigFile}) eq 'GLOB' || ref($self->{ConfigFile}) eq 'FileHandle') {
|
||||||
elsif (ref($self->{ConfigFile})) {
|
|
||||||
# use the file the glob points to
|
# use the file the glob points to
|
||||||
$self->_read($self->{ConfigFile});
|
$self->_read($self->{ConfigFile});
|
||||||
$self->{config} = $self->_parse($self->{DefaultConfig}, $self->{content});
|
$self->{config} = $self->_parse($self->{DefaultConfig}, $self->{content});
|
||||||
@@ -2532,7 +2531,7 @@ Thomas Linden <tlinden |AT| cpan.org>
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
2.43
|
2.44
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user