The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
commit 16bbd0704b39a7b7dd094974cf88241deeafa01d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jul 6 16:59:49 2018 -0700

    1.19 Recursion on auto tests
    
    Added sub-directory scanning on tests in t/testcases and fixed a stray
    dependency bug introduced in 1.18.

commit 1fde5b69f326524d64380d87139792bf749f7d85
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri Jul 6 08:45:48 2018 -0700

    1.18 Tests updated to Test::Unit::Lite

commit 5b7df5e54fd4da94c30b806fd2fad3472872eb63
Author: Andrew Maltsev <am@ejelta.com>
Date:   Tue Jun 12 20:29:43 2018 -0700

    1.17 version bump

commit 46801d8d3829806f53796b1fe8d580f02c9c6956
Author: Andrew Maltsev <am@ejelta.com>
Date:   Tue Jun 12 18:41:03 2018 -0700

    More cpanm compatibility changes

commit 7da93f8b348e8bc9b56e7586765262acddd1591d
Author: Andrew Maltsev <am@ejelta.com>
Date:   Tue Jun 12 18:16:53 2018 -0700

    Non-interactive config
    
    Changed to prompt() and detecting a base directory for cpanm and other
    non-interactive installs.

commit 664157e1571b8a03ed25092b6c43288a701c886f
Author: Andrew Maltsev <am@ejelta.com>
Date:   Sat Dec 9 20:30:58 2017 -0800

    Updated for using in perlbrew environment
    
    No functional changes -- just replacing hard coded /usr/bin/perl path
    with PATH based perl, wherever it might be.

commit 62b3c1f6a086ad6c314aa167f4d3482d205ebb59
Author: Andrew Maltsev <am@ejelta.com>
Date:   Thu Dec 7 21:37:43 2017 -0800

    Avoiding FillOutForm warnings (a very old nuissance)
    
    Plus a couple of typos in the docs. Not worthy of a version bump.

commit fd3c9a517b45c2fbf32e35e6d7f80aef452a1fb8
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Aug 2 10:57:05 2017 -0700

    Explicitly requiring at least perl 5.10.0
    
    Getting CPAN testers reports of failing in older perls otherwise. Not
    testing in anything below 5.10 and not supporting that.

commit 4e2994aa44e15832532e0b92d4d6da8a400effdd
Author: Andrew Maltsev <am@ejelta.com>
Date:   Fri May 5 12:45:20 2017 -0700

    Added 'objname' call to XAO::DO::Atom
    
    It's useful to have an all Atom derived objects and does not conflict
    with anything.

commit 8ef9fd5577eef545dfc1d2a47b894e2ab786b5ee
Author: Andrew Maltsev <am@ejelta.com>
Date:   Wed Apr 19 17:35:32 2017 -0700

    Changes for CPAN - testcases name space
    
    Uploaded all the most recent changes to CPAN, which resulted in
    conflicts because of namespace reuse in test cases. Fixed that.