We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a458a2 commit ade7c62Copy full SHA for ade7c62
Changes
@@ -1,6 +1,5 @@
1
Revision history for Perl extension Config::Processor.
2
3
-0.01 Tue Apr 19 11:22:20 2016
4
- - original version; created by h2xs 1.23 with options
5
- -AXO --skip-exporter --skip-autoloader -b5.8.0 -n Config::Processor
+0.02 Wed Apr 27 11:55:00 MSK 2016
+ - Initial release.
6
lib/Config/Processor.pm
@@ -4,7 +4,7 @@ use 5.008000;
use strict;
use warnings;
7
-our $VERSION = '0.01_01';
+our $VERSION = '0.02';
8
9
use File::Spec;
10
use YAML::XS qw( LoadFile );
@@ -629,7 +629,7 @@ configuration parameters.
629
630
To disable overriding just assign to C<test> connector empty hash.
631
632
- debug: {}
+ test: {}
633
634
=back
635
0 commit comments