summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-27 16:56:53 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-27 16:56:53 +0300
commit7f5328d5fb10150738924c527705389c2b2def51 (patch)
tree25744fd96e4555f3c618cf7ebf60cce97ae2b11e
parent9a94fbc91ce1c2cfeffc8a8cb0e874e31d9d6ecb (diff)
downloadconfig-ast-7f5328d5fb10150738924c527705389c2b2def51.tar.gz
config-ast-7f5328d5fb10150738924c527705389c2b2def51.tar.bz2
Version 1.04v1.04
-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.