Revision history for Games-Solitaire-BlackHole-Solver
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.