The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Catalyst::Model::LDAP.

0.21  Tue Oct 17 15:20:00 BST 2017
        - dzil [OurPkgVersion]

0.20  Thu Aug 31 16:01:00 BST 2017
        - Switch to Module::Runtime for
          eval "require $class"; due to Perl::Critic 5 failures

0.19  Fri Jul 14 20:22:00 BST 2017
        - Migrate to Dist::Zilla due to:
          [rt.cpan.org #122481] MYMETA must not be included 
          https://rt.cpan.org/Ticket/Display.html?id=122481

0.18  Mon Sep  5 15:23:00 BST 2016
        - Authz added to support Net::LDAP::Control::ProxyAuth 
        - Raw option added to support UTF8
          https://rt.cpan.org/Public/Bug/Display.html?id=117219
        - Control option cleans ups to avoid duplicate elements
          in the control array of Net::LDAP search objects
        - Net::LDAP 0.65 added for min version as the current
          required version is so old and does not support ProxyAuth
        - Makefile.PL updated for ProxyAuth

0.17  Thu Dec  3 16:48:27 EST 2009
        - Fix a problem when the Entry and Connection classes
          live under the same app namespace, when COMPONENT gets
          called from Catalyst, Net::LDAP::Entry dies because
          $self is not a reference
        - Update ACCEPT_CONTEXT method to remove Catalyst-specific
          parameters, which broke anonymous Net::LDAP::bind operations
        - Convert from Class::C3 to MRO::Compat
        - Reorganize tests and update their deprecated Catalyst usage
          
0.16  Wed Feb 20 19:17:04 EST 2008
        - Fix Catalyst::Model::LDAP::Entry's constructor
        - Reorganize tests a little
        - Move exception on connection failure from ACCEPT_CONTEXT to
          Catalyst::Model::LDAP::Connection->new
        - Fix Catalyst::Model::LDAP::Connection->search to handle
          list-return from Net::LDAP::Message->control (omega)
        - Convert base, options, and entry_class in
          Catalyst::Model::LDAP::Connection to full accessors
        - Make Catalyst::Model::LDAP::Connection->bind a little more
          flexible
        - s/LDAP_TEST_LIVE/TEST_AUTHOR/g in tests
        - Tweak Catalyst::Model::LDAP::Entry's AUTOLOAD error message
          to more closely match Perl's error message (RT #28752)
        - Add Catalyst::Model::LDAP::Entry::can method

0.15  Fri Feb 23 11:37:25 EST 2007
        - Throw runtime require errors
        - Documentation fixes

0.15_01  Mon Feb 12 20:53:08 EST 2007
        - Accessors for entries (Marcus Ramberg)
        - Pager support (Marcus Ramberg)
        - Documentation updates
        - Refactor connection setup
        - Fix config for application instances
        - Simplify use of options to allow a cleaner interface
        - Convert from NEXT to Class::C3
        - Convert from ExtUtils::MakeMaker to Module::Install

0.14  Mon Mar  6 17:50:19 EST 2006
        - Don't try to bind on an empty DN

0.13  Mon Mar  6 13:38:49 EST 2006
        - Make live tests optional

0.12  Fri Mar  3 23:59:52 EST 2006
        - Minor documentation cleanup

0.11  Mon Feb 27 22:26:30 EST 2006
        - Helper documentation cleanup (Gavin Henry)
        - Add TLS Helper option (Gavin Henry)

0.10  Tue Feb 15 10:32:26 EST 2006
        - Add TLS support (Adam Jacob)

0.09  Wed Feb  1 18:51:02 EST 2006
        - Documentation cleanup

0.08  Wed Dec 28 02:59:35 EST 2005
        - Require Catalyst 5.5 (for Catalyst::Model)
        - Remove Catalyst::Model::LDAP::Cached; caching should be done
          at the application level
        - Make API for searching more flexible
        - Support other Net::LDAP methods via AUTOLOAD
          (idea stolen from Catalyst::Model::NetBlogger)

0.07  Sun Oct 30 20:19:12 EST 2005
        - Update documentation with examples
        - Use Carp::croak instead of die on connection errors

0.06  Wed Oct 26 00:57:46 EDT 2005
        - Refactor Catalyst::Model::LDAP
        - Call config explicitly in constructor
        - Move caching code to Catalyst::Model::LDAP::Cached

0.05  Fri Oct  7 23:51:50 EDT 2005
        - Remove accidental inheritance from Net::LDAP

0.04  Tue Sep 13 17:13:00 EDT 2005
        - Don't die on LDAP search errors
        - Provide access to LDAP code value and error message

0.03  Mon Sep 12 13:26:35 EDT 2005
        - Fix LDAP binds with password
          (patch from Jason Jenkins)
        - Allow LDAP binds with e.g. SASL authentiction

0.02  Tue Sep  6 18:06:43 EDT 2005
        - Add (optional) caching of LDAP search results
          (requested by Christopher Heschong)

0.01  Tue Aug  9 17:53:00 EDT 2005
        - Initial revision