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 9babe4b24e5067f5babccdf80e23a189a916ea48
Author: Andrew Maltsev <am@ejelta.com>
Date:   Sat Jul 7 09:37:06 2018 -0700

    XAO deps pushed to current

commit 17731f66fb42992f13493da137e1a48f795cef6d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Sat Jul 7 09:35:46 2018 -0700

    1.70 CPAN build fixes

commit 818202a388ea37ae13b19d459ea44ddabb6d0388
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jul 6 20:27:11 2018 -0700

    1.69 Test case fixed for no database and pm versions
    
    Fixed running tests when no database is configured, needed for
    Test::Unit::Lite migration.
    
    Also added back $VERSION numbers on pm files. CPAN won't update
    modules without that :(

commit 6cb4d1ed5118cec6c3dd47a368681fc14506fc5d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jul 6 17:36:28 2018 -0700

    1.68 CPAN release updates
    
    No functional changes. Just tests reorganized, etc.

commit f1007aa0e85811d7a3a515410ed3920859a6e11b
Author: Andrew Maltsev <am@ejelta.com>
Date:   Thu Jul 5 12:50:21 2018 -0700

    Docker image adjustments
    
    Added Carton, inlined MariaDB repo.

commit 69fc29fef8a63683bca1caf120fabc1fd6843c8d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Jul 4 18:14:20 2018 -0700

    'make docker-image' fix

commit 31a1aa327a5fb0a2ff84aedec724d13e4e40c620
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Jul 4 18:01:18 2018 -0700

    Dockerfile fix
    
    Did not realize that ARG's before FROM are not overridable in the build
    stage...

commit 834a028b8a81e3bb26b0465e0dce489c3bdfce14
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Jul 4 17:40:39 2018 -0700

    Removed obsolete $VERSION vars

commit 5890f7391e29f549223dc29cdcade90989596518
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Jul 4 17:40:09 2018 -0700

    1.67: Fixed PSGI no cookies issue

commit 31e97d6937e20fcb5e0fe5870f2d04d7299015b4
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Jul 4 10:43:41 2018 -0700

    PSGI_RUNNER and a couple of dockerfile changes