summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-01-23 07:31:36 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-01-23 07:31:36 +0200
commit5de45a20199112755eecad1ef23a028c65b48f51 (patch)
tree1030f6cecf64b44aed7ff80960f9d4286adc1a2a
parentdd783f47efdb067176eefbde30ef06e442391a2b (diff)
downloadacpp-5de45a20199112755eecad1ef23a028c65b48f51.tar.gz
acpp-5de45a20199112755eecad1ef23a028c65b48f51.tar.bz2
Version 1.06v1.06
-rw-r--r--Changes4
-rw-r--r--lib/Apache/Config/Preproc.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index f0de3c8..2a66b56 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.06 2020-01-23
+
+* Adopt the testsuite for systems with directory separator other than '/'.
+
1.05 2020-01-21
* Fix the testsuite.
diff --git a/lib/Apache/Config/Preproc.pm b/lib/Apache/Config/Preproc.pm
index 71ec18c..1089bf6 100644
--- a/lib/Apache/Config/Preproc.pm
+++ b/lib/Apache/Config/Preproc.pm
@@ -5,7 +5,7 @@ use warnings;
use Carp;
use version 0.77;
-our $VERSION = '1.05_02';
+our $VERSION = '1.06';
sub import {
my $class = shift;

Return to:

Send suggestions and report system problems to the System administrator.