summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--lib/Config/AST.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index e27512f..f93195a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Config::AST
+1.06 Tue Nov 19 20:37:56 2019
+ - Fix method invocation at the end of direct access chain.
+
1.05 Wed Aug 28 19:27:26 2019
- implemented case-insensitive keywords
- new method: describe_keyword
diff --git a/lib/Config/AST.pm b/lib/Config/AST.pm
index ce41f6a..ed486ed 100644
--- a/lib/Config/AST.pm
+++ b/lib/Config/AST.pm
@@ -32,7 +32,7 @@ our @ISA = qw(Exporter);
our %EXPORT_TAGS = ( 'sort' => [ qw(NO_SORT SORT_NATURAL SORT_PATH) ] );
our @EXPORT_OK = qw(NO_SORT SORT_NATURAL SORT_PATH);
-our $VERSION = "1.05";
+our $VERSION = "1.06";
=head1 NAME

Return to:

Send suggestions and report system problems to the System administrator.