1Games::Solitaire::VerifUys:e:rKlCoonndtirkiebTuatleGodanm(Pe3es)r:l:SDoolciutmaeinrtea:t:iVoenrify::KlondikeTalon(3)
2
3
4
6 Games::Solitaire::Verify::KlondikeTalon - a class for representing the
7 talon of Klondike-like games.
8
10 version 0.2202
11
13 use Games::Solitaire::Verify::KlondikeTalon;
14
15 # For internal use.
16
18 $self->draw()
19 Draw a card from the undealt cards to the waste.
20
21 my $card = $self->extract_top()
22 Extract the top card and return it.
23
24 $self->redeal()
25 Redeal the talon after there are no undealt cards.
26
27 my $string = $self->to_string()
28 Return a string representation of the talon.
29
31 Shlomi Fish <shlomif@cpan.org>
32
34 This software is Copyright (c) 2014 by Shlomi Fish.
35
36 This is free software, licensed under:
37
38 The MIT (X11) License
39
41 Please report any bugs or feature requests on the bugtracker website
42 <https://github.com/shlomif/fc-solve/issues>
43
44 When submitting a bug or request, please include a test-file or a patch
45 to an existing test-file that illustrates the bug or desired feature.
46
48 Perldoc
49 You can find documentation for this module with the perldoc command.
50
51 perldoc Games::Solitaire::Verify::KlondikeTalon
52
53 Websites
54 The following websites have more information about this module, and may
55 be of help to you. As always, in addition to those websites please use
56 your favorite search engine to discover more resources.
57
58 · MetaCPAN
59
60 A modern, open-source CPAN search engine, useful to view POD in
61 HTML format.
62
63 <https://metacpan.org/release/Games-Solitaire-Verify>
64
65 · Search CPAN
66
67 The default CPAN search engine, useful to view POD in HTML format.
68
69 <http://search.cpan.org/dist/Games-Solitaire-Verify>
70
71 · RT: CPAN's Bug Tracker
72
73 The RT ( Request Tracker ) website is the default bug/issue
74 tracking system for CPAN.
75
76 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
77
78 · AnnoCPAN
79
80 The AnnoCPAN is a website that allows community annotations of Perl
81 module documentation.
82
83 <http://annocpan.org/dist/Games-Solitaire-Verify>
84
85 · CPAN Ratings
86
87 The CPAN Ratings is a website that allows community ratings and
88 reviews of Perl modules.
89
90 <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
91
92 · CPANTS
93
94 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
95 of a distribution.
96
97 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
98
99 · CPAN Testers
100
101 The CPAN Testers is a network of smoke testers who run automated
102 tests on uploaded CPAN distributions.
103
104 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
105
106 · CPAN Testers Matrix
107
108 The CPAN Testers Matrix is a website that provides a visual
109 overview of the test results for a distribution on various
110 Perls/platforms.
111
112 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
113
114 · CPAN Testers Dependencies
115
116 The CPAN Testers Dependencies is a website that shows a chart of
117 the test results of all dependencies for a distribution.
118
119 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
120
121 Bugs / Feature Requests
122 Please report any bugs or feature requests by email to
123 "bug-games-solitaire-verify at rt.cpan.org", or through the web
124 interface at
125 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
126 You will be automatically notified of any progress on the request by
127 the system.
128
129 Source Code
130 The code is open to the world, and available for you to hack on. Please
131 feel free to browse it and play with it, or whatever. If you want to
132 contribute patches, please send me a diff or prod me to pull from your
133 repository :)
134
135 <https://github.com/shlomif/fc-solve>
136
137 git clone git://github.com/shlomif/fc-solve.git
138
139
140
141perl v5.30.1 202G0a-m0e1s-:3:0Solitaire::Verify::KlondikeTalon(3)