Skip Menu |

This queue is for tickets about the Net-LDAP-FilterBuilder CPAN distribution.

Report information
The Basics
Id: 117277
Status: resolved
Priority: 0/
Queue: Net-LDAP-FilterBuilder

People
Owner: Nobody in particular
Requestors: dom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.0004
Fixed in: (no value)



Subject: Spelling
Hi, Please find attached a spelling patch we've applied in Debian. Cheers, Dominic.
Subject: spelling.patch
From fb9caaa838509eb9520d0396e6fb33cce7a4cd5b Mon Sep 17 00:00:00 2001 From: Dominic Hargreaves <dom@earth.li> Date: Mon, 29 Aug 2016 00:54:02 +0100 Subject: [PATCH] Correct spelling (statments -> statements) --- README | 6 +++--- lib/Net/LDAP/FilterBuilder.pm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 6ff0b4b..ca66edf 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ VERSION This document refers to version 1.0004 of Net::LDAP::FilterBuilder PURPOSE - Use this module to construct LDAP filter statments which are compliant + Use this module to construct LDAP filter statements which are compliant with the RFC 4515 syntax and also safely escape special characters. Filter statements can be built incrementally using simple logic operations. @@ -50,7 +50,7 @@ SYNOPSIS DESCRIPTION This is a convenience module which greatly simplifies the construction - of LDAP query filter statments, which are described in RFC 4515 and also + of LDAP query filter statements, which are described in RFC 4515 and also the Net::LDAP::Filter manual page. USAGE @@ -87,7 +87,7 @@ USAGE Special Character Escaping If you happen to include one of the small set of characters which are of - special significance to LDAP filter statments in your value argument, + special significance to LDAP filter statements in your value argument, then those characters will be escaped. The list of characters is: ( ) * \ NUL diff --git a/lib/Net/LDAP/FilterBuilder.pm b/lib/Net/LDAP/FilterBuilder.pm index 3038ed2..412f1e3 100644 --- a/lib/Net/LDAP/FilterBuilder.pm +++ b/lib/Net/LDAP/FilterBuilder.pm @@ -106,7 +106,7 @@ This document refers to version 1.0004 of Net::LDAP::FilterBuilder =head1 PURPOSE -Use this module to construct LDAP filter statments which are compliant with +Use this module to construct LDAP filter statements which are compliant with the RFC 4515 syntax and also safely escape special characters. Filter statements can be built incrementally using simple logic operations. @@ -151,7 +151,7 @@ Alternate operators are available through the three-argument constructor form: =head1 DESCRIPTION This is a convenience module which greatly simplifies the construction of LDAP -query filter statments, which are described in RFC 4515 and also the +query filter statements, which are described in RFC 4515 and also the L<Net::LDAP::Filter> manual page. =head1 USAGE @@ -190,7 +190,7 @@ takes the first argument to be the operator, whatever it might be. =head2 Special Character Escaping If you happen to include one of the small set of characters which are of -special significance to LDAP filter statments in your value argument, then +special significance to LDAP filter statements in your value argument, then those characters will be escaped. The list of characters is: ( ) * \ NUL -- 2.1.4
Many thanks! Patch applied and version 1.2 pushed to CPAN. regards, oliver.