The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
https://github.com/amaltsev/XAO-Web
-----------------------------------

commit 5ee03eea8570a7e74911f2a836c44c503d719d9e
Merge: 3eb6edc 87175f5
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Nov 26 17:59:14 2018 -0800

    Merge branch 'master' of github.com:amaltsev/XAO-Web

commit 3eb6edc62b576970cfc21c4f2da563217d693cbf
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Nov 26 17:38:32 2018 -0800

    Expiring obsolete keys instead of deleting
    
    There could be a race condition with deleting if multiple sessions run
    in parallel.

commit 87175f502aa8b61f6eb0e64d03519bafd1214255
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Oct 29 18:20:43 2018 -0700

    1.74 Minor Web::Benchmark test case update
    
    Conputers are becoming too fast, a couple if iterations can
    still result in a zero time spent...

commit 2cc30fd5b807363a490084db5327b358022e3fb0
Author: Andrew Maltsev <am@ejelta.com>
Date:   Thu Oct 25 12:11:09 2018 -0700

    1.73 pageurl() returns real unmodified URL
    
    This was an old problem where for URLs like http://sample.com/foo/
    a call to pageurl() would return http://sample.com/foo/index.html
    (appending index.html). This affected all of the derived code, most
    importantly <%URL...%> template calls.
    
    Changed to return the actual URL as was requested, not as it was
    interpreted in file templates.
    
    Also fixed benchmark stats sort stability in testing for
    https://rt.cpan.org/Public/Bug/Display.html?id=127440

commit 08fb7c8ab74e830bf8e26c5fb0b1d17d01cff036
Author: Andrew Maltsev <am@ejelta.com>
Date:   Tue Oct 23 16:36:28 2018 -0700

    Removed EUMM upgrade compat WriteMakefile1
    
    There is already a requirement for version 6.64 of MakeMaker, so it
    seems unnecessary.

commit 291062d8d6595c5769ccad3e4ffb70b6244d627b
Merge: 0a6923f 17a681a
Author: Andrew Maltsev <am@ejelta.com>
Date:   Tue Oct 23 16:28:24 2018 -0700

    Merge pull request #1 from chorny/master
    
    Display repository URL on MetaCPAN

commit 17a681a8bf11c6640a35a8c98e6402e9ba4c7667
Author: Alexandr Ciornii <alexchorny@gmail.com>
Date:   Sun Oct 21 11:36:38 2018 +0300

    Upgrade Makefile.PL

commit 0a6923fda1dc15fe2a50b36ccbd5ea327b11a5b5
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Oct 19 17:34:23 2018 -0700

    1.72 Dependency on XAO::Base 1.22
    
    No functional changes in XAO::Web, just a dependency on XAO::Base 1.22
    for library projects support.

commit fe589b38d58fee94d8b50954d80a3572e62516bc
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Sep 14 17:13:20 2018 -0700

    Updated Dockerfile for DBD::MariaDB and MariaDB 10.3

commit e14e7878f43e18d77b3198f2595046801de1d93f
Author: Andrew Maltsev <am@ejelta.com>
Date:   Sat Aug 25 07:44:01 2018 -0700

    Force ExtUtils::MakeMaker 6.64