Collection-Categorized

 view release on metacpan or  search on metacpan

lib/Collection/Categorized.pm  view on Meta::CPAN

                }
            }
        },
      };
    
    my $action = $dispatch->{ref $ref};
    croak 'pass an ARRAY or CODE reference only' unless $action;
    $action->();
    
    $self->{_data} = {};
    return bless $self => $class;
}

=head2 categories

Returns a list of categories in use

=cut

sub categories {
    my $self = shift;



( run in 0.950 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )