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

commit 073bcc869e05ff5d9e7f5c266ad7bb1d8ac02eb0
Author: Andrew Maltsev <am@ejelta.com>
Date:   Thu Jan 17 18:48:51 2019 -0800

    1.24 Changed to Devel::Size in Cache::Memory
    
    The old code was slow and underestimated the size 10 times or
    more. Using Devel::Size is optional, defaulting to a slightly updated
    old code if it's not found.

commit 45a91ea05f5975402eb321b28d35c4ad91c43765
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Oct 24 20:09:34 2018 -0700

    1.23 'include' argiment to XAO::Objects::load()
    
    Allowing to refer to library projects from Config.pm and other
    situations when site configuration is not available yet.

commit 3052f58da1e88bb792cf15fdb4d1ee1e66594608
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Oct 24 17:54:52 2018 -0700

    Added forgotten files to MANIFEST

commit c435fbba5235d996d64c136e7c37ad3a47b6196f
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Oct 19 18:48:47 2018 -0700

    Sub-level testing added
    
    Just testing, no functional changes and no version bump. There was a
    scare that this did not work right, that turned out to be unfounded.

commit d4e1e42c950d5ca9b2a0ebe8c85c57a45f52e00c
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Oct 19 11:31:03 2018 -0700

    MANIFEST update

commit cb0434f5db66227784a9f661a5124647b4ab146e
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Oct 19 11:14:15 2018 -0700

    1.22 Added library projects support
    
    Put a site name list into configuration at /xao/objects/include to make
    that site objects available for direct use or inheritance.

commit 62b013744891ef82c22011dfac33534d690384d8
Author: Andrew Maltsev <am@ejelta.com>
Date:   Sat Aug 25 07:46:41 2018 -0700

    Forced ExtUtils::MakeMaker 6.64
    
    That's the version that understands TEST_REQUIRES, otherwise an
    unsatisfied dependency on Test::Unit::Lite prevents the build on some
    installations with modern perl, but really old MakeMaker.

commit f8d10f78a8fd2b5a452641206d6d9142be227642
Author: Andrew Maltsev <am@ejelta.com>
Date:   Sat Jul 7 09:12:11 2018 -0700

    1.21 Fixed a stupid build bug
    
    The idea of making CHANGES from a git log back fired in CPAN
    distribution. Fixed now hopefully.

commit 58301c175d84be27c6f74a7650d61e3b117c47b8
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jul 6 19:01:41 2018 -0700

    Made dist archive use 1.20 instead of 1.2

commit 4fdf3649f464669c5f8e776b22fd49b7feeeb05d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jul 6 18:51:30 2018 -0700

    Removed unnecessary man page building