summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-19 20:39:30 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-19 20:39:30 +0200
commit70754d5ebf2c0949d0e39f832df7c9e160753f36 (patch)
tree430f797d2f31a4b90df4249bfe5a6134f4e3f075
parent45b564fa90858842b4c5c9afc55d015f47e18f9e (diff)
downloadconfig-ast-70754d5ebf2c0949d0e39f832df7c9e160753f36.tar.gz
config-ast-70754d5ebf2c0949d0e39f832df7c9e160753f36.tar.bz2
Version 1.06v1.06
-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.