Acme-Mahjong-Rule-CC
view release on metacpan or search on metacpan
lib/Acme/Mahjong/Rule/CC.pm view on Meta::CPAN
use 5.008008;
use strict;
use warnings;
use Carp;
require Exporter;
our @ISA = qw(Exporter);
# Items to export into callers namespace by default. Note: do not export
# names by default without a very good reason. Use EXPORT_OK instead.
# Do not simply export all your public functions/methods/constants.
# This allows declaration use Acme::Mahjong::Rule::CC ':all';
# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
# will save memory.
our %EXPORT_TAGS = (
'all' => [ qw(
mahjong_table
dealer
nondealer
lib/Acme/Mahjong/Rule/CC.pm view on Meta::CPAN
=cut
draw(dealer, player2, player3, player4);
#draw(200,100,0,0) returns (1000,-200,-400,-400)
=back
=head2 EXPORT
None by default.
=head1 SEE ALSO
Acme::Mahjong::Rule::JP
=head1 AUTHOR
root, E<lt>cjveenst@mtu.eduE<gt>
( run in 0.369 second using v1.01-cache-2.11-cpan-0a6323c29d9 )