summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Config/AST.pm4
3 files changed, 9 insertions, 2 deletions
diff --git a/Changes b/Changes
index f93195a..085dbd4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Config::AST
+1.07 Fri Feb 12 20:31:53 2021
+ - Change bugtracker address.
+
1.06 Tue Nov 19 20:37:56 2019
- Fix method invocation at the end of direct access chain.
diff --git a/Makefile.PL b/Makefile.PL
index b26f7ce..81fe692 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,6 +27,10 @@ WriteMakefile(NAME => 'Config::AST',
url => 'git://git.gnu.org.ua/config-ast.git',
web => 'http://git.gnu.org.ua/cgit/config-ast.git/',
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=config-ast',
+ mailto => 'gray+config-ast@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
diff --git a/lib/Config/AST.pm b/lib/Config/AST.pm
index ed486ed..d93e179 100644
--- a/lib/Config/AST.pm
+++ b/lib/Config/AST.pm
@@ -1,5 +1,5 @@
# This file is part of Config::AST -*- perl -*-
-# Copyright (C) 2017-2019 Sergey Poznyakoff <gray@gnu.org>
+# Copyright (C) 2017-2021 Sergey Poznyakoff <gray@gnu.org>
#
# Config::AST is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -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.06";
+our $VERSION = "1.07";
=head1 NAME

Return to:

Send suggestions and report system problems to the System administrator.