From: Graham B. <gb...@po...> - 2001-07-02 14:32:29
|
On Sat, Jun 30, 2001 at 11:18:07PM +0200, Viktor Leijon wrote: > Hello all. > > I have been giving a course on Net::LDAP, and in preparing the material I found a few things > with the documentation that I thought might be wrong. I am attaching a few diff:s with > suggestions for changes. I am not at all sure that the changes are correct, but I thought that > I might as well share them. Thanks. > Index: Filter.pod > =================================================================== > RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Filter.pod,v > retrieving revision 1.2 > diff -r1.2 Filter.pod > 29,34c29 > < Parse FILTER. The next call to ber will return this filter encoded. > < > < =item asn > < > < Return the data structure suitable for passing directly to L<Convert::ASN1> > < to encode a filter object. > --- > > Parse FILTER. The next use of this object vill use this filter. Why are you removing the definition of asn ? All that was needed here was s/ber/asn/ Graham. |