Games-Nintendo-Mario

 view release on metacpan or  search on metacpan

lib/Games/Nintendo/Mario.pm  view on Meta::CPAN

    cluck "bad starting state for plumber";
    return;
  }

  my $plumber = {
    state => $args{state},
    name  => $args{name},
    $class->_other_defaults
  };

  bless $plumber => $class;
}

#pod =method powerup
#pod
#pod   $hero->powerup('hammer'); # this won't work
#pod
#pod As the base Games::Nintendo::Mario class represents Mario from the original
#pod Mario Bros., there is no valid way to call this method.  Subclasses
#pod representing Mario in other games may allow various powerup names to be passed.
#pod

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.999 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )