The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
4.2.2  2019-10-30

 - Support older Perl version

4.2.1  2019-10-29

 - Changes at POD documentation

4.2.0  2019-10-01

  - Role based access control

4.1.8  2019-09-23

  - Control output format using the url parameters : pretty, sort, from, to
  - Changes at POD documentation

4.1.6  2019-09-18

  - Changes at POD documentation

4.1.5  2019-09-18

  - Rewritten
  - In memory operation for login and session data
  - Less methods and more built in functionality for perfomance

3.101  2018-05-21

  - Code clean up

3.100  2018-05-20

  - Re-write many parts of the code for perfomance

3.015  2018-05-10

  - Remove several not necessary Moo properties
  - Find route name from the $plugin->dsl->request->{route}->{spec_route}
  - Remove method set_data_user
  - Remove method del_data_user
  - Rename method RestReply     to reply
  - Rename method get_data_user to get_data_post
  - Remove the after hook that clears the posted data
  - Changes at POD documentation

3.014  2017-05-05

  - New code for retrieving Os info for built-in route info/version
  - Changes at POD documentation
  - method  set_data_user  does not return defined keys as hash; it was a useless feature
  - Add a new INTERNAL authenication method. This does not use external scripts
  - Authentication 'Always allow login for testing' replaced from the INTERNAL simple
  - Add support for <any> user and <any> password at INTERNAL simple

3.012  2017-04-21

  - Re-package it using Dist::Zilla instead of ExtUtils::MakeMaker
    because Somehow CPAN do not show the pod documentation if the
    modules is build with ExtUtils::MakeMaker
  - Replacing the             %{ $plugin->data_user }{ @keys }
    using the two slower map{$_, $plugin->data_user->{$_}} @keys
    only for passing the nosense CPAN auto tests ...

3.000  2016-09-01

  - login / logout
  - Plugable authorization scripts
  - Sessions
  - Persistent data

2.000  2016-05-01

  - Re-write it as a Dancer2 plugin

1.000  2012-01-17

  - User can register his own code to executed from the server

0.001  2011-01-15 20:00:00+02:00 Europe/Athens

  - Initial release using the CGI module