Skip to content

Commit 6d4a0d1

Browse files
committed
Prepared to release
1 parent c1e8ec4 commit 6d4a0d1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

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

3+
0.12 Thu Nov 24 11:36:40 MSK 2016
4+
- Decreased version of required modules YAML::XS and Cpanel::JSON::XS.
5+
36
0.10 Tue Jun 21 11:00:00 MSK 2016
47
- Now module will always try to search configuration files in current
58
directory.

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Config-Processor version 0.11_01
2-
========================
1+
Config-Processor version 0.12
2+
=============================
33

44
INSTALLATION
55

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.11_01';
7+
our $VERSION = '0.12';
88

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

0 commit comments

Comments
 (0)