The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
https://github.com/amaltsev/XAO-Base
------------------------------------

commit 846b1e4856518721c2b2f2bd5c6ad715a8ee3ec7
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Dec 23 17:49:10 2019 -0800

    Minor adjustments while testing
    
    (no functional changes)

commit eece22cdaf4a67068bc383b310afa99eccb87ab6
Author: Andrew Maltsev <am@ejelta.com>
Date:   Thu Aug 29 13:58:56 2019 -0700

    Added Cache::Uncached backend

commit d2c86775604d0c0d1d679872ebffcac194c961d7
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Feb 27 15:55:31 2019 -0800

    1.25 Fixed fround() for 7.42/0.8 edge case

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.