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 1
1
Revision history for Perl extension Config::Processor.
2
2
3
+ 0.22 Tue Feb 15 11:46:27 MSK 2017
4
+ - Added resolving of relative variable names.
5
+
3
6
0.20 Sat Jan 28 15:50:37 MSK 2017
4
7
- Fixed the bug of the modification of a read-only value. Thanks to Andrey
5
8
Kuzmin.
Original file line number Diff line number Diff line change 1
- Config-Processor version 0.21_03
1
+ Config-Processor version 0.22
2
2
=============================
3
3
4
4
INSTALLATION
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
4
4
use strict;
5
5
use warnings;
6
6
7
- our $VERSION = ' 0.21_03 ' ;
7
+ our $VERSION = ' 0.22 ' ;
8
8
9
9
use File::Spec;
10
10
use YAML::XS qw( LoadFile ) ;
@@ -59,7 +59,7 @@ sub new {
59
59
? $params {process_directives } : 1;
60
60
$self -> {export_env } = $params {export_env };
61
61
62
- $self -> {_merger } = Hash::Merge-> new(' CONFIG_PRECEDENT' );
62
+ $self -> {_merger } = Hash::Merge-> new(' CONFIG_PRECEDENT' );
63
63
$self -> {_config } = undef ;
64
64
$self -> {_vars } = {};
65
65
$self -> {_seen_nodes } = {};
763
763
764
764
=head1 COPYRIGHT AND LICENSE
765
765
766
- Copyright (c) 2016, Eugene Ponizovsky, E<lt> [email protected] E<gt> .
766
+ Copyright (c) 2016-2017 , Eugene Ponizovsky, E<lt> [email protected] E<gt> .
767
767
All rights reserved.
768
768
769
769
This 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