1Games::Solitaire::VerifUys:e:rMoCvoen(t3r)ibuted Perl DoGcaummeesn:t:aStoilointaire::Verify::Move(3)
2
3
4

NAME

6       Games::Solitaire::Verify::Move - a class wrapper for an individual
7       Solitaire move.
8

VERSION

10       version 0.2403
11

SYNOPSIS

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

FUNCTIONS

METHODS

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

SUPPORT

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

AUTHOR

109       Shlomi Fish <shlomif@cpan.org>
110

BUGS

112       Please report any bugs or feature requests on the bugtracker website
113       <https://github.com/shlomif/fc-solve/issues>
114
115       When submitting a bug or request, please include a test-file or a patch
116       to an existing test-file that illustrates the bug or desired feature.
117
119       This software is Copyright (c) 2008 by Shlomi Fish.
120
121       This is free software, licensed under:
122
123         The MIT (X11) License
124
125
126
127perl v5.34.0                      2021-07-22 Games::Solitaire::Verify::Move(3)
Impressum