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.2403
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 Websites
32 The following websites have more information about this module, and may
33 be of help to you. As always, in addition to those websites please use
34 your favorite search engine to discover more resources.
35
36 • MetaCPAN
37
38 A modern, open-source CPAN search engine, useful to view POD in
39 HTML format.
40
41 <https://metacpan.org/release/Games-Solitaire-Verify>
42
43 • RT: CPAN's Bug Tracker
44
45 The RT ( Request Tracker ) website is the default bug/issue
46 tracking system for CPAN.
47
48 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
49
50 • CPANTS
51
52 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
53 of a distribution.
54
55 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
56
57 • CPAN Testers
58
59 The CPAN Testers is a network of smoke testers who run automated
60 tests on uploaded CPAN distributions.
61
62 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
63
64 • CPAN Testers Matrix
65
66 The CPAN Testers Matrix is a website that provides a visual
67 overview of the test results for a distribution on various
68 Perls/platforms.
69
70 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
71
72 • CPAN Testers Dependencies
73
74 The CPAN Testers Dependencies is a website that shows a chart of
75 the test results of all dependencies for a distribution.
76
77 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
78
79 Bugs / Feature Requests
80 Please report any bugs or feature requests by email to
81 "bug-games-solitaire-verify at rt.cpan.org", or through the web
82 interface at
83 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
84 You will be automatically notified of any progress on the request by
85 the system.
86
87 Source Code
88 The code is open to the world, and available for you to hack on. Please
89 feel free to browse it and play with it, or whatever. If you want to
90 contribute patches, please send me a diff or prod me to pull from your
91 repository :)
92
93 <https://github.com/shlomif/fc-solve>
94
95 git clone git://github.com/shlomif/fc-solve.git
96
98 Shlomi Fish <shlomif@cpan.org>
99
101 Please report any bugs or feature requests on the bugtracker website
102 <https://github.com/shlomif/fc-solve/issues>
103
104 When submitting a bug or request, please include a test-file or a patch
105 to an existing test-file that illustrates the bug or desired feature.
106
108 This software is Copyright (c) 2008 by Shlomi Fish.
109
110 This is free software, licensed under:
111
112 The MIT (X11) License
113
114
115
116perl v5.32.1 202G1a-m0e1s-:2:7Solitaire::Verify::KlondikeTalon(3)