Class-IntrospectionMethods
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
=cut
sub all_catalog
{
my ($self) = @_ ;
return sort keys %{$self->{catalog_list}} ;
}
#internal
sub update_catalog_list
{
my $self = shift ;
# reset and update catalog lists (which is somewhat different from rebuild)
delete $self->{catalog} ;
foreach my $slot (sort keys %{$self->{slot_list}} )
{
map{ push @{$self->{catalog_list}{$_}}, $slot ;}
@{$self->{slot_list}{$slot}} ;
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.967 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )