Skip to content

Commit b4f59e0

Browse files
author
Eugene Ponizovsky
committed
Prepared to next release.
Data::Rmap was not to blame in wrong behavior during processing of directives. Just was needed a repeated pass for some nodes. However, Data::Rmap was removed to reduce the number of dependencies.
1 parent 68bebae commit b4f59e0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
Revision history for Perl extension Config::Processor.
22

3+
0.04 Wed Apr 28 11:06:00 MSK 2016
4+
- Data::Rmap was replaced by own function.
5+
- Fixed wrong behavior during processing of directives.
6+
37
0.02 Wed Apr 27 11:55:00 MSK 2016
48
- Initial release.
9+

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Config-Processor version 0.03_01
1+
Config-Processor version 0.04
22
========================
33

44
INSTALLATION

lib/Config/Processor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.008000;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.03_01';
7+
our $VERSION = '0.04';
88

99
use File::Spec;
1010
use YAML::XS qw( LoadFile );

0 commit comments

Comments
 (0)