1Games::Solitaire::VerifUys:e:rFoCuonndtartiibountse(d3G)Paemrels:D:oScoulmietnatiartei:o:nVerify::Foundations(3)
2
3
4

NAME

6       Games::Solitaire::Verify::Foundations - a class for representing the
7       foundations (or home-cells) in a Solitaire game.
8

VERSION

10       version 0.1900
11

SYNOPSIS

13           use Games::Solitaire::Verify::Foundations;
14
15           # For internal use.
16

VERSION

18       version 0.1900
19

METHODS

21   $self->value($suit, $index)
22       Returns the card in the foundation $suit with the index $index .
23
24   $self->assign($suit, $index, $rank)
25       Sets the value of the foundation with the suit $suit and the index
26       $index to $rank .
27
28   $self->increment($suit, $index)
29       Increments the value of the foundation with the suit $suit and the
30       index $index to $rank .
31
32   $self->to_string()
33       Stringifies the freecells into the Freecell Solver solution display
34       notation.
35
36   $board->clone()
37       Returns a clone of the freecells, with all of their cards duplicated.
38

AUTHOR

40       Shlomi Fish <shlomif@cpan.org>
41
43       This software is Copyright (c) 2014 by Shlomi Fish.
44
45       This is free software, licensed under:
46
47         The MIT (X11) License
48

BUGS

50       Please report any bugs or feature requests on the bugtracker website
51       <https://github.com/shlomif/fc-solve/issues>
52
53       When submitting a bug or request, please include a test-file or a patch
54       to an existing test-file that illustrates the bug or desired feature.
55

SUPPORT

57   Perldoc
58       You can find documentation for this module with the perldoc command.
59
60         perldoc Games::Solitaire::Verify::Foundations
61
62   Websites
63       The following websites have more information about this module, and may
64       be of help to you. As always, in addition to those websites please use
65       your favorite search engine to discover more resources.
66
67       ·   MetaCPAN
68
69           A modern, open-source CPAN search engine, useful to view POD in
70           HTML format.
71
72           <https://metacpan.org/release/Games-Solitaire-Verify>
73
74       ·   Search CPAN
75
76           The default CPAN search engine, useful to view POD in HTML format.
77
78           <http://search.cpan.org/dist/Games-Solitaire-Verify>
79
80       ·   RT: CPAN's Bug Tracker
81
82           The RT ( Request Tracker ) website is the default bug/issue
83           tracking system for CPAN.
84
85           <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
86
87       ·   AnnoCPAN
88
89           The AnnoCPAN is a website that allows community annotations of Perl
90           module documentation.
91
92           <http://annocpan.org/dist/Games-Solitaire-Verify>
93
94       ·   CPAN Ratings
95
96           The CPAN Ratings is a website that allows community ratings and
97           reviews of Perl modules.
98
99           <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
100
101       ·   CPANTS
102
103           The CPANTS is a website that analyzes the Kwalitee ( code metrics )
104           of a distribution.
105
106           <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
107
108       ·   CPAN Testers
109
110           The CPAN Testers is a network of smoke testers who run automated
111           tests on uploaded CPAN distributions.
112
113           <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
114
115       ·   CPAN Testers Matrix
116
117           The CPAN Testers Matrix is a website that provides a visual
118           overview of the test results for a distribution on various
119           Perls/platforms.
120
121           <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
122
123       ·   CPAN Testers Dependencies
124
125           The CPAN Testers Dependencies is a website that shows a chart of
126           the test results of all dependencies for a distribution.
127
128           <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
129
130   Bugs / Feature Requests
131       Please report any bugs or feature requests by email to
132       "bug-games-solitaire-verify at rt.cpan.org", or through the web
133       interface at
134       <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
135       You will be automatically notified of any progress on the request by
136       the system.
137
138   Source Code
139       The code is open to the world, and available for you to hack on. Please
140       feel free to browse it and play with it, or whatever. If you want to
141       contribute patches, please send me a diff or prod me to pull from your
142       repository :)
143
144       <https://github.com/shlomif/fc-solve>
145
146         git clone git://github.com/shlomif/fc-solve.git
147
148
149
150perl v5.28.1                      2019-G0a2m-e0s2::Solitaire::Verify::Foundations(3)
Impressum