in reply to Re^6: Easily catalog subroutines with a synopsis comment
in thread Easily catalog subroutines with a synopsis comment

Sorry, maybe I was not clear, the module is EEBL::Game, the API is playball so,
my $game = EEBL::Game->new(); $game->playball;

There are other APIs related to the Game that have no reference to 'playball', to keep it organized(and from me going insane), I prefix '__' to appropriate internal subs.