1Games::Solitaire::VerifUys:e:rMoCvoen(t3r)ibuted Perl DoGcaummeesn:t:aStoilointaire::Verify::Move(3)
2
3
4
6 Games::Solitaire::Verify::Move - a class wrapper for an individual
7 Solitaire move.
8
10 version 0.2202
11
13 use Games::Solitaire::Verify::Move;
14
15 my $move1 = Games::Solitaire::Verify::Move->new(
16 {
17 fcs_string => "Move a card from stack 0 to the foundations",
18 game => "freecell",
19 },
20 );
21
24 $move->source_type()
25 Accessor for the solitaire card game's board layout's type - "stack",
26 "freecell", etc. used in the layout.
27
28 $move->dest_type()
29 Accessor for the destination type - "stack", "freecell", "destination".
30
31 $move->source()
32 The index number of the source.
33
34 $move->dest()
35 The index number of the destination.
36
37 $move->num_cards()
38 Number of cards affects - only relevant for a stack-to-stack move
39 usually.
40
42 Shlomi Fish <shlomif@cpan.org>
43
45 This software is Copyright (c) 2014 by Shlomi Fish.
46
47 This is free software, licensed under:
48
49 The MIT (X11) License
50
52 Please report any bugs or feature requests on the bugtracker website
53 <https://github.com/shlomif/fc-solve/issues>
54
55 When submitting a bug or request, please include a test-file or a patch
56 to an existing test-file that illustrates the bug or desired feature.
57
59 Perldoc
60 You can find documentation for this module with the perldoc command.
61
62 perldoc Games::Solitaire::Verify::Move
63
64 Websites
65 The following websites have more information about this module, and may
66 be of help to you. As always, in addition to those websites please use
67 your favorite search engine to discover more resources.
68
69 · MetaCPAN
70
71 A modern, open-source CPAN search engine, useful to view POD in
72 HTML format.
73
74 <https://metacpan.org/release/Games-Solitaire-Verify>
75
76 · Search CPAN
77
78 The default CPAN search engine, useful to view POD in HTML format.
79
80 <http://search.cpan.org/dist/Games-Solitaire-Verify>
81
82 · RT: CPAN's Bug Tracker
83
84 The RT ( Request Tracker ) website is the default bug/issue
85 tracking system for CPAN.
86
87 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
88
89 · AnnoCPAN
90
91 The AnnoCPAN is a website that allows community annotations of Perl
92 module documentation.
93
94 <http://annocpan.org/dist/Games-Solitaire-Verify>
95
96 · CPAN Ratings
97
98 The CPAN Ratings is a website that allows community ratings and
99 reviews of Perl modules.
100
101 <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
102
103 · CPANTS
104
105 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
106 of a distribution.
107
108 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
109
110 · CPAN Testers
111
112 The CPAN Testers is a network of smoke testers who run automated
113 tests on uploaded CPAN distributions.
114
115 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
116
117 · CPAN Testers Matrix
118
119 The CPAN Testers Matrix is a website that provides a visual
120 overview of the test results for a distribution on various
121 Perls/platforms.
122
123 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
124
125 · CPAN Testers Dependencies
126
127 The CPAN Testers Dependencies is a website that shows a chart of
128 the test results of all dependencies for a distribution.
129
130 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
131
132 Bugs / Feature Requests
133 Please report any bugs or feature requests by email to
134 "bug-games-solitaire-verify at rt.cpan.org", or through the web
135 interface at
136 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
137 You will be automatically notified of any progress on the request by
138 the system.
139
140 Source Code
141 The code is open to the world, and available for you to hack on. Please
142 feel free to browse it and play with it, or whatever. If you want to
143 contribute patches, please send me a diff or prod me to pull from your
144 repository :)
145
146 <https://github.com/shlomif/fc-solve>
147
148 git clone git://github.com/shlomif/fc-solve.git
149
150
151
152perl v5.30.0 2019-07-26 Games::Solitaire::Verify::Move(3)