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