Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jan 3, 2024
1 parent d80ec05 commit a6709cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cpan/Freecell-Deal-MS/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Freecell-Deal-MS

0.4.1 2024-01-03
- Documentation improvements.

0.4.0 2021-12-14
- Optimizations
- Documentation improvements.
Expand Down
2 changes: 1 addition & 1 deletion cpan/Freecell-Deal-MS/dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Shlomi Fish <shlomif@cpan.org>
license = MIT
copyright_holder = Shlomi Fish
copyright_year = 2021
version = 0.4.0
version = 0.4.1

[@Filter]
-bundle = @SHLOMIF
Expand Down
6 changes: 6 additions & 0 deletions cpan/Freecell-Deal-MS/lib/Freecell/Deal/MS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Freecell::Deal::MS - deal Windows FreeCell / FC Pro layouts
=head1 SYNOPSIS
use Test::More tests => 2;
use Freecell::Deal::MS ();
{
Expand All @@ -67,6 +69,8 @@ Freecell::Deal::MS - deal Windows FreeCell / FC Pro layouts
: AH 7C 6D 8D TD 7H
EOF
}
=head1 DESCRIPTION
Deals FC Pro deals: L<http://rosettacode.org/wiki/Deal_cards_for_FreeCell>
Expand All @@ -92,4 +96,6 @@ L<https://github.com/shlomif/fc-solve/blob/master/fc-solve/source/board_gen/make
L<https://pypi.org/project/pysol-cards/>
L<https://fc-solve.shlomifish.org/faq.html#what_are_ms_deals>
=cut

0 comments on commit a6709cc

Please sign in to comment.