The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Test-Net-LDAP

Test::Net::LDAP is a subclass of Net::LDAP and provides testing methods for
LDAP operations, such as search, add, and modify, where each method is suffixed
with either _ok or _is. (E.g. search_ok and search_is)

Test::Net::LDAP::Mock is a subclass of Test::Net::LDAP and performs all the
LDAP operations in memory without connecting to the real LDAP server,
so that it is easy to set up fake LDAP entries for particular test cases.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Test::Net::LDAP

You can also look for information at:

    GitHub repository (report bugs here)
        https://github.com/mahiro/perl-Test-Net-LDAP

    RT, CPAN's request tracker (report bugs here, alternatively)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Net-LDAP

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Test-Net-LDAP

    CPAN Ratings
        http://cpanratings.perl.org/d/Test-Net-LDAP

    Search CPAN
        http://search.cpan.org/dist/Test-Net-LDAP/


LICENSE AND COPYRIGHT

Copyright (C) 2013 Mahiro Ando

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.