1Games::Solitaire::VerifUys(e3rpmC)ontributed Perl DocumeGnatmaetsi:o:nSolitaire::Verify(3pm)
2
3
4
6 Games::Solitaire::Verify - verify solutions for solitaire games.
7
9 version 0.2403
10
12 use Games::Solitaire::Verify::Solution ();
13
14 my $verifier = Games::Solitaire::Verify::Solution->new();
15
16 $verifier->verify_solution({ fh => \*STDIN });
17
19 This is a CPAN Perl module that verifies the solutions of various
20 variants of card Solitaire. It does not aim to try to be a solver for
21 them, because this is too CPU intensive to be adequately done using
22 perl5 (as of perl-5.10.0). If you're interested in the latter, look at:
23
24 • <https://fc-solve.shlomifish.org/>
25
26 • <https://fc-solve.shlomifish.org/links.html#other_solvers>
27
28 Instead, what Games-Solitaire-Verify does is verify the solutions and
29 makes sure they are correct.
30
31 See <https://pysolfc.sourceforge.io/> for more about card solitaire.
32
34 Games::Solitaire::Verify::Solution , Games::Solitaire::Verify::State
35
37 Shlomi Fish, <http://www.shlomifish.org/>.
38
40 Websites
41 The following websites have more information about this module, and may
42 be of help to you. As always, in addition to those websites please use
43 your favorite search engine to discover more resources.
44
45 • MetaCPAN
46
47 A modern, open-source CPAN search engine, useful to view POD in
48 HTML format.
49
50 <https://metacpan.org/release/Games-Solitaire-Verify>
51
52 • RT: CPAN's Bug Tracker
53
54 The RT ( Request Tracker ) website is the default bug/issue
55 tracking system for CPAN.
56
57 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
58
59 • CPANTS
60
61 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
62 of a distribution.
63
64 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
65
66 • CPAN Testers
67
68 The CPAN Testers is a network of smoke testers who run automated
69 tests on uploaded CPAN distributions.
70
71 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
72
73 • CPAN Testers Matrix
74
75 The CPAN Testers Matrix is a website that provides a visual
76 overview of the test results for a distribution on various
77 Perls/platforms.
78
79 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
80
81 • CPAN Testers Dependencies
82
83 The CPAN Testers Dependencies is a website that shows a chart of
84 the test results of all dependencies for a distribution.
85
86 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
87
88 Bugs / Feature Requests
89 Please report any bugs or feature requests by email to
90 "bug-games-solitaire-verify at rt.cpan.org", or through the web
91 interface at
92 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
93 You will be automatically notified of any progress on the request by
94 the system.
95
96 Source Code
97 The code is open to the world, and available for you to hack on. Please
98 feel free to browse it and play with it, or whatever. If you want to
99 contribute patches, please send me a diff or prod me to pull from your
100 repository :)
101
102 <https://github.com/shlomif/fc-solve>
103
104 git clone git://github.com/shlomif/fc-solve.git
105
107 Shlomi Fish <shlomif@cpan.org>
108
110 Please report any bugs or feature requests on the bugtracker website
111 <https://github.com/shlomif/fc-solve/issues>
112
113 When submitting a bug or request, please include a test-file or a patch
114 to an existing test-file that illustrates the bug or desired feature.
115
117 This software is Copyright (c) 2008 by Shlomi Fish.
118
119 This is free software, licensed under:
120
121 The MIT (X11) License
122
123
124
125perl v5.38.0 2023-07-20 Games::Solitaire::Verify(3pm)