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 c0773d6 commit 377a52eCopy full SHA for 377a52e
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Config::Processor.
2
3
+0.08 Fri Apr 29 11:11:42 MSK 2016
4
+ - Fixed unit tests. Do not passed tests on Windows platform.
5
+
6
0.06 Thu Apr 28 20:51:52 MSK 2016
7
- Minor changes in POD
8
README
@@ -1,4 +1,4 @@
-Config-Processor version 0.07_01
+Config-Processor version 0.08
========================
INSTALLATION
lib/Config/Processor.pm
@@ -4,7 +4,7 @@ use 5.008000;
use strict;
use warnings;
-our $VERSION = '0.07_01';
+our $VERSION = '0.08';
9
use File::Spec;
10
use YAML::XS qw( LoadFile );
0 commit comments