Group
Extension

Matches 1

Module-CPANTS-Site ( D/DO/DOMM/Module-CPANTS-Site-0.76.tar.gz, DOMM, 2008; MetaCPAN )
Module-CPANTS-Site/lib/Module/CPANTS/Site/Controller/Dist.pm ( view source; MetaCPAN )
detach( 'search', [ $distname ] );
    }

    $c->stash->{dist} = $dist;
    return $dist;
}

sub json : Local Args(1) {
my ($self,$c,$distname) = @_;
$c->forward('get_dist',[ $distname ]);
}

# FIXME

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.