From a6709cc1691e4d21039e4230b72911f7a4073fe4 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 3 Jan 2024 10:56:59 +0200 Subject: [PATCH] fixes --- cpan/Freecell-Deal-MS/Changes | 3 +++ cpan/Freecell-Deal-MS/dist.ini | 2 +- cpan/Freecell-Deal-MS/lib/Freecell/Deal/MS.pm | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/cpan/Freecell-Deal-MS/Changes b/cpan/Freecell-Deal-MS/Changes index 297be9fe9..cf2e4acbf 100644 --- a/cpan/Freecell-Deal-MS/Changes +++ b/cpan/Freecell-Deal-MS/Changes @@ -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. diff --git a/cpan/Freecell-Deal-MS/dist.ini b/cpan/Freecell-Deal-MS/dist.ini index e1255d04a..00b9573c7 100644 --- a/cpan/Freecell-Deal-MS/dist.ini +++ b/cpan/Freecell-Deal-MS/dist.ini @@ -3,7 +3,7 @@ author = Shlomi Fish license = MIT copyright_holder = Shlomi Fish copyright_year = 2021 -version = 0.4.0 +version = 0.4.1 [@Filter] -bundle = @SHLOMIF diff --git a/cpan/Freecell-Deal-MS/lib/Freecell/Deal/MS.pm b/cpan/Freecell-Deal-MS/lib/Freecell/Deal/MS.pm index 42a8b33e5..e9e850fbd 100644 --- a/cpan/Freecell-Deal-MS/lib/Freecell/Deal/MS.pm +++ b/cpan/Freecell-Deal-MS/lib/Freecell/Deal/MS.pm @@ -46,6 +46,8 @@ Freecell::Deal::MS - deal Windows FreeCell / FC Pro layouts =head1 SYNOPSIS + use Test::More tests => 2; + use Freecell::Deal::MS (); { @@ -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 @@ -92,4 +96,6 @@ L +L + =cut