From: Chris R. <chr...@us...> - 2003-05-07 11:07:04
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv16745 Modified Files: Filter.pod Log Message: Changed literal < and >s, updated mailing list, added description Index: Filter.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Filter.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Filter.pod 24 Aug 2001 19:31:14 -0000 1.3 +++ Filter.pod 7 May 2003 11:07:01 -0000 1.4 @@ -5,11 +5,15 @@ =head1 SYNOPSIS use Net::LDAP::Filter; - + $filter = Net::LDAP::Filter->new( $filter_str ); =head1 DESCRIPTION +The B<Net::LDAP::Filter> object lets you directly manipulate LDAP +filters without worrying about the string representation and all the +associated escaping mechanisms. + =head1 CONSTRUCTOR =over 4 @@ -90,14 +94,14 @@ =head1 ACKNOWLEDGEMENTS This document is based on a document originally written by Russell Fulton -<r.f...@au...>. +E<lt>r.f...@au...E<gt>. =head1 AUTHOR -Graham Barr <gb...@po...> +Graham Barr E<lt>gb...@po...E<gt> Please report any bugs, or post any suggestions, to the perl-ldap mailing list -<per...@li...>. +E<lt>per...@pe...E<gt>. =head1 COPYRIGHT |