The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Mojolicious-Plugin-BasicAuthPlus

0.07 2014-05-30
  - Rework auth.t and auth-ldap.t since Mojo::IOLoop->generate_port has been
    removed in Mojolicious 5.0.

0.06 2014-05-11
  - Fixed undefined parameters in _split_auth().

0.05 2014-04-18
  - Deny auth for blank password w/LDAP (previously just dumped).
  - Added tests for LDAP authentication.

0.04 2013-05-20
  - Replaced obsolete render_text() calls for compatibility with Mojolicious
    4.0.

0.03 2013-02-06
  - Reworked documentation, added an example script, made some small
    changes to make CPANTS happier.

0.02 2013-01-31
  - Fixed MANIFEST and tar.gz, which were missing some items.

0.01 2013-01-30
  - First incarnation.