aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-13 11:09:23 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-13 11:09:23 +0200
commite2e7ea622f0444f601067894eb65dea81fb0890c (patch)
treef66e98cb4d834d7de6f3fc7136188e2390ad2196
parent9d5146fe6fdfa1134bfd3b28086f6bcbc5609f3d (diff)
downloadconfig-parser-ldap-e2e7ea622f0444f601067894eb65dea81fb0890c.tar.gz
config-parser-ldap-e2e7ea622f0444f601067894eb65dea81fb0890c.tar.bz2
Fix improper nesting on the resources keywordHEADv1.02master
-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,6 +1,6 @@
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
diff --git a/Makefile.PL b/Makefile.PL
index 580d2fc..61763ad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,10 +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'
+ 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
@@ -20,7 +20,7 @@ use warnings;
use parent 'Config::Parser';
use Carp;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME

Return to:

Send suggestions and report system problems to the System administrator.