The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Games-Solitaire-BlackHole-Solver

0.4.1   2020-04-28
        - Minimal version of List::Util
            - Hopefully Fixing CPAN Testers' failures such as:
            - http://beta.cpantesters.org/report/d3edba88-4b32-11ea-bece-67e53ca39aa3
            - Thanks!

0.4.0   2020-02-09
        - Add the switch-tasking flags including "--prelude".
            - They can perform better on average.

0.2.2   2019-01-03
        - Optimize the tests' runtime by converting the Golf test to a seed that is
        solved faster.

0.2.1   2019-01-02
        - Documentation fixes in bin/golf-solitaire-solve-perl .

0.2.0   2019-01-02
        - Add bin/golf-solitaire-solve-perl and
        lib/Games/Solitaire/BlackHole/Solver/Golf/App.pm - a solver for three variants
        of Golf patience (see https://en.wikipedia.org/wiki/Golf_(patience) ).
        - Reformatted the code using Perl::Tidy .

0.0.4   2017-04-05
        - Convert dist.ini away from [VersionFromModule] and use [@SHLOMIF] .

0.0.3   2016-02-13
        - Convert to Dist-Zilla.

0.0.2   2014-01-30
        - Add the LICENSE file (CPANTS Kwalitee).
        - Add t/cpan-changes.t and t/style-trailing-space.t .
        - Minimum version of perl is now 5.8.x (CPANTS Kwalitee).

0.0.1   2010-01-11
        First version, with rudimentary features but is working.