|
NAMEGames::League::Member - Objects which Games::Tournament::RoundRobin can pairVERSIONVersion 0.01SYNOPSISmy $foo = Games::League::Member->new( index => '15', name => 'Your New Knicks' ); ... DESCRIPTIONGames::Tournament::RoundRobin supports objects which have an index and a name method accessor, like this members of this class, Games::League::Member.Games::Tournament::RoundRobin will use this class when constructing a Bye member if the application does not supply one. REQUIREMENTSModule::Build to install.METHODSnewGames::League::Member->new( index => '15', name => 'Your New Knicks' ) name$member->name Returns the name of the league member, a string that may or may not be unique to the member. index$member->index Returns the index of the league member, a number unique to the member in the range 0 .. n-1. AUTHORDr Bean, "<lang at ms.chinmin.edu.tw>"BUGSPlease report any bugs or feature requests to "bug-league-member at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-RoundRobin-Schedule>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORTYou can find documentation for this module with the perldoc command.perldoc Games::League::Member You can also look for information at:
ACKNOWLEDGEMENTSThanks to the perl community for (0;$every;1) { $stacks .= $i; }COPYRIGHT & LICENSECopyright 2006 Dr Bean, all rights reserved.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |