File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension Config::Processor.
22
3+ 0.22 Tue Feb 15 11:46:27 MSK 2017
4+ - Added resolving of relative variable names.
5+
360.20 Sat Jan 28 15:50:37 MSK 2017
47 - Fixed the bug of the modification of a read-only value. Thanks to Andrey
58 Kuzmin.
Original file line number Diff line number Diff line change 1- Config-Processor version 0.21_03
1+ Config-Processor version 0.22
22=============================
33
44INSTALLATION
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
44use strict;
55use warnings;
66
7- our $VERSION = ' 0.21_03 ' ;
7+ our $VERSION = ' 0.22 ' ;
88
99use File::Spec;
1010use YAML::XS qw( LoadFile ) ;
@@ -59,7 +59,7 @@ sub new {
5959 ? $params {process_directives } : 1;
6060 $self -> {export_env } = $params {export_env };
6161
62- $self -> {_merger } = Hash::Merge-> new(' CONFIG_PRECEDENT' );
62+ $self -> {_merger } = Hash::Merge-> new(' CONFIG_PRECEDENT' );
6363 $self -> {_config } = undef ;
6464 $self -> {_vars } = {};
6565 $self -> {_seen_nodes } = {};
@@ -763,7 +763,7 @@ Eugene Ponizovsky, E<lt>ponizovsky@gmail.comE<gt>
763763
764764=head1 COPYRIGHT AND LICENSE
765765
766- Copyright (c) 2016, Eugene Ponizovsky, E<lt> ponizovsky@gmail.comE<gt> .
766+ Copyright (c) 2016-2017 , Eugene Ponizovsky, E<lt> ponizovsky@gmail.comE<gt> .
767767All rights reserved.
768768
769769This module is free software; you can redistribute it and/or modify it under
You can’t perform that action at this time.
0 commit comments