Shlomi Fish > Games-Solitaire-Verify-0.08 > Games::Solitaire::Verify::VariantParams

Download:
Games-Solitaire-Verify-0.08.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.08   Source  

NAME ^

Games::Solitaire::Verify::VariantParams - a class for holding the parameters of the variant.

VERSION ^

Version 0.03

SYNOPSIS ^

    use Games::Solitaire::Verify::VariantParams;

    my $freecell_params = 
        Games::Solitaire::Verify::VariantParams->new(
            {
                seq_build_by => "alt_color",
            },
        );

FUNCTIONS ^

$state->seq_build_by()

Returns the sequence build by:

$self->clone()

Returns a clone.

AUTHOR ^

Shlomi Fish, <shlomif at iglu.org.il>

BUGS ^

Please report any bugs or feature requests to bug-games-solitaire-verifysolution-move at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Solitaire-Verify. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc Games::Solitaire::Verify::VariantParams

You can also look for information at:

ACKNOWLEDGEMENTS ^

COPYRIGHT & LICENSE ^

Copyright 2008 Shlomi Fish.

This program is released under the following license: MIT/X11 ( http://www.opensource.org/licenses/mit-license.php ).