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 1718ae377d748b008dec266862c0293236bf52aa
Author: Andrew Maltsev <am@ejelta.com>
Date:   Thu Sep 17 19:55:49 2020 -0700

    v1.28: t2hj() now encodes <> characters
    
    They are not safe to include literally in HTML code, might lead to JS
    injection with </script> in data literals.

commit ed8ef14ec8bf623b896e0ff0322e1271c31a3b19
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Jun 29 23:27:40 2020 -0700

    Version bump for CPAN manifest fix

commit e9da86356bc2c2f330024f0ca4f67b89e21a06da
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Jun 29 23:24:01 2020 -0700

    Manifest updated

commit fd19ae3e21c6212679fab2cd5344d3c97bfe1a3f
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jun 26 08:18:54 2020 -0700

    Version 1.26

commit 10af316330397835d4e25d838117618d724da975
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jun 26 08:17:50 2020 -0700

    Fixed /j filter to work for both JSON and JS
    
    JSON does not consider \' a valid escape sequence even though JS does.

commit e363de91c31f085e57395056cfd3c3cc4b9ea90a
Merge: 846b1e4 ee66007
Author: Andrew Maltsev <am@ejelta.com>
Date:   Mon Jan 13 15:00:21 2020 -0800

    Merge pull request #1 from manwar/add-repo-meta
    
    Added repo meta.

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 ee66007124cf79909b16860e77358f6ee797fb87
Author: Mohammad S Anwar <mohammad.anwar@yahoo.com>
Date:   Thu Nov 21 19:43:07 2019 +0000

    Added repo meta.

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