Mafia
view release on metacpan or search on metacpan
lib/Mafia.pm view on Meta::CPAN
my %GUNROLES_HASH = map { $_ => 1 } @{GUNROLES()};
our @EXPORT = do {
no strict 'refs'; ## no critic (ProhibitNoStrict)
grep { $_ !~ [qw/import/] and exists &$_ } keys %{__PACKAGE__ . '::'};
};
################################################## Helper subs
sub import {
strict->import;
goto &Exporter::import;
}
my (%players, %tplayers, @actions);
my $daycnt = 0;
my $nightcnt = 0;
my $isday = 0;
my $first = 1;
sub clean{
( run in 0.518 second using v1.01-cache-2.11-cpan-299005ec8e3 )