Skip to content

Commit 377a52e

Browse files
author
Eugene Ponizovsky
committed
Prepared to release
1 parent c0773d6 commit 377a52e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.08 Fri Apr 29 11:11:42 MSK 2016
4+
- Fixed unit tests. Do not passed tests on Windows platform.
5+
36
0.06 Thu Apr 28 20:51:52 MSK 2016
47
- Minor changes in POD
58

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Config-Processor version 0.07_01
1+
Config-Processor version 0.08
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.07_01';
7+
our $VERSION = '0.08';
88

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

0 commit comments

Comments
 (0)