NAME
Games::Solitaire::Verify::KlondikeTalon - a class for representing the talon of Klondike-like games.
VERSION
Version 0.01
SYNOPSIS
use Games::Solitaire::Verify::KlondikeTalon;
# For internal use.
FUNCTIONS
$self->draw()
Draw a card from the undealt cards to the waste.
my $card = $self->extract_top()
Extract the top card and return it.
$self->redeal()
Redeal the talon after there are no undealt cards.
my $string = $self->to_string()
Return a string representation of the talon.
AUTHOR
Shlomi Fish, http://www.shlomifish.org/.
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::Column
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Solitaire-Verify
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
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 ).