aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--Makefile.PL8
-rw-r--r--lib/Config/Parser/ldap.pm2
3 files changed, 6 insertions, 6 deletions
diff --git a/Changes b/Changes
index 7707fec..6c9e6f7 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
Revision history for Perl extension Config::Parser::ldap
-1.01 Sat Feb 13 08:35:45 2021
+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 580d2fc..61763ad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,15 +20,15 @@ WriteMakefile(NAME => 'Config::Parser::ldap',
resources => {
repository => {
type => 'git',
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'
+ 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 839919d..134386c 100644
--- a/lib/Config/Parser/ldap.pm
+++ b/lib/Config/Parser/ldap.pm
@@ -17,13 +17,13 @@
package Config::Parser::ldap;
use strict;
use warnings;
use parent 'Config::Parser';
use Carp;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
Config::Parser::ldap - configuration file parser for ldap.conf
=head1 SYNOPSIS

Return to:

Send suggestions and report system problems to the System administrator.