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 505d5a5 commit 3b41dbeCopy full SHA for 3b41dbe
Changes
@@ -1,6 +1,9 @@
1
Revision history for Perl extension Config::Processor.
2
3
-0.22 Tue Feb 15 11:46:27 MSK 2017
+0.24 Thu Feb 16 12:16:38 MSK 2017
4
+ - Added README.pod file instead of README file.
5
+
6
+0.22 Wed Feb 15 11:46:27 MSK 2017
7
- Added resolving of relative variable names.
8
9
0.20 Sat Jan 28 15:50:37 MSK 2017
lib/Config/Processor.pm
@@ -4,7 +4,7 @@ use 5.008000;
use strict;
use warnings;
-our $VERSION = '0.22';
+our $VERSION = '0.24';
use File::Spec;
10
use YAML::XS qw( LoadFile );
0 commit comments