Skip to content

Commit ade7c62

Browse files
author
Eugene Ponizovsky
committed
Minor fix in POD. Changed version
1 parent 1a458a2 commit ade7c62

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Changes

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

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
3+
0.02 Wed Apr 27 11:55:00 MSK 2016
4+
- Initial release.
65

lib/Config/Processor.pm

Lines changed: 2 additions & 2 deletions
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.01_01';
7+
our $VERSION = '0.02';
88

99
use File::Spec;
1010
use YAML::XS qw( LoadFile );
@@ -629,7 +629,7 @@ configuration parameters.
629629
630630
To disable overriding just assign to C<test> connector empty hash.
631631
632-
debug: {}
632+
test: {}
633633
634634
=back
635635

0 commit comments

Comments
 (0)