From 7b1dd4a1ad064253509da7903eaf363013fdd9a9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 28 Aug 2019 19:29:59 +0300 Subject: Version 1.05 --- Changes | 5 +++++ lib/Config/AST.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1