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 @@
1Revision history for Perl extension Config::AST 1Revision history for Perl extension Config::AST
2 2
31.05 Wed Aug 28 19:27:26 2019
4 - implemented case-insensitive keywords
5 - new method: describe_keyword
6 - provide overloads for direct addressing objects
7
31.04 Tue Aug 27 16:50:45 2019 81.04 Tue Aug 27 16:50:45 2019
4 - fix another missing DESTROY 9 - fix another missing DESTROY
5 - new methods: error_count, success 10 - 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);
32our %EXPORT_TAGS = ( 'sort' => [ qw(NO_SORT SORT_NATURAL SORT_PATH) ] ); 32our %EXPORT_TAGS = ( 'sort' => [ qw(NO_SORT SORT_NATURAL SORT_PATH) ] );
33our @EXPORT_OK = qw(NO_SORT SORT_NATURAL SORT_PATH); 33our @EXPORT_OK = qw(NO_SORT SORT_NATURAL SORT_PATH);
34 34
35our $VERSION = "1.04"; 35our $VERSION = "1.05";
36 36
37=head1 NAME 37=head1 NAME
38 38

Return to:

Send suggestions and report system problems to the System administrator.