summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-28 19:29:59 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-28 19:29:59 +0300
commit7b1dd4a1ad064253509da7903eaf363013fdd9a9 (patch)
tree85907d5083f4fee4a1110b719a3810824f01bcc1
parenteb498b5c1a53dcfe8fe9ba8bde08b671cbf329ed (diff)
downloadconfig-ast-7b1dd4a1ad064253509da7903eaf363013fdd9a9.tar.gz
config-ast-7b1dd4a1ad064253509da7903eaf363013fdd9a9.tar.bz2
Version 1.05v1.05
-rw-r--r--Changes5
-rw-r--r--lib/Config/AST.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index df6f0e5..e27512f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Config::AST
+1.05 Wed Aug 28 19:27:26 2019
+ - implemented case-insensitive keywords
+ - new method: describe_keyword
+ - provide overloads for direct addressing objects
+
1.04 Tue Aug 27 16:50:45 2019
- fix another missing DESTROY
- new methods: error_count, success
diff --git a/lib/Config/AST.pm b/lib/Config/AST.pm
index c279e2f..ce41f6a 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.04";
+our $VERSION = "1.05";
=head1 NAME

Return to:

Send suggestions and report system problems to the System administrator.