summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cbdc841..df6f0e5 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Config::AST
+1.04 Tue Aug 27 16:50:45 2019
+ - fix another missing DESTROY
+ - new methods: error_count, success
+ - the commit() method takes optional keyword arguments
+
1.03 Tue Aug 27 12:37:00 2019
- provide DESTROY methods along with AUTOLOADS
diff --git a/lib/Config/AST.pm b/lib/Config/AST.pm
index 275e902..4020387 100644
--- a/lib/Config/AST.pm
+++ b/lib/Config/AST.pm
@@ -31,7 +31,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.03";
+our $VERSION = "1.04";
=head1 NAME

Return to:

Send suggestions and report system problems to the System administrator.