aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes7
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Config/Parser/ldap.pm4
3 files changed, 13 insertions, 2 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..6c9e6f7
--- /dev/null
+++ b/Changes
@@ -0,0 +1,7 @@
+Revision history for Perl extension Config::Parser::ldap
+
+1.02 Sat Feb 13 08:35:45 2021
+ - Change bugtracker address
+
+1.00 Thu Aug 29 08:17:52 2019
+ - Initial release
diff --git a/Makefile.PL b/Makefile.PL
index 75734ad..61763ad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,6 +23,10 @@ WriteMakefile(NAME => 'Config::Parser::ldap',
url => 'git://git.gnu.org.ua/config-parser-ldap.git',
web => 'http://git.gnu.org.ua/cgit/config-parser-ldap.git/',
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=config-parser-ldap',
+ mailto => 'gray+config-parser-ldap@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
diff --git a/lib/Config/Parser/ldap.pm b/lib/Config/Parser/ldap.pm
index 8d7b434..134386c 100644
--- a/lib/Config/Parser/ldap.pm
+++ b/lib/Config/Parser/ldap.pm
@@ -1,5 +1,5 @@
# This file is part of Config::Parser::ldap -*- perl -*-
-# Copyright (C) 2019 Sergey Poznyakoff <gray@gnu.org>
+# Copyright (C) 2019-2021 Sergey Poznyakoff <gray@gnu.org>
#
# Config::Parser::ldap is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@ use warnings;
use parent 'Config::Parser';
use Carp;
-our $VERSION = '1.00';
+our $VERSION = '1.02';
=head1 NAME

Return to:

Send suggestions and report system problems to the System administrator.