0.001 2011-01-15 20:00:00+02:00 Europe/Athens
- Initial release using the CGI module
1.000 2012-01-15 20:00:00+02:00 Europe/Athens
- User can register his own code to executed from the server
2.000 2016-01-01 20:00:00+02:00 Europe/Athens
- Re-written using Dancer; all code was at the main script
3.000 2016-09-01 20:00:00+02:00 Europe/Athens
- Re-written using Dancer2 as Plugin
3.007 2017-04-19 09:00:00+02:00 Europe/Athens
- login / logout
- Plugable authorization scripts
- Sessions
- Persistent data
3.010 2017-04-21 01:00:00+02:00 Europe/Athens
- 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
3.011 2017-04-28 03:00:00+02:00 Europe/Athens
- Replacing the %{ $plugin->data_user }{ @keys }
using the two times slower map {$_, $plugin->data_user->{$_}} @keys
only for passing the nosense CPAN auto tests ...
3.012 2017-04-28 03:00:00+02:00 Europe/Athens
- Small changes at the code comments