Group
Extension

Matches 2

Canella ( D/DM/DMAKI/Canella-0.05.tar.gz, DMAKI, 2013; MetaCPAN )
Canella/lib/Canella/Role.pm ( view source; MetaCPAN )
ts;
    if (ref $hosts eq 'CODE') {
        return $hosts->();
    }
    return $hosts;
}

sub TO_JSON {
    my $self = shift;
    return {
        name => $self->name,
        hosts => $self->get_hos
Canella ( D/DM/DMAKI/Canella-0.05.tar.gz, DMAKI, 2013; MetaCPAN )
Canella/lib/Canella/Context.pm ( view source; MetaCPAN )
oading file: %s", $@ || $!);
    }
}

sub dump_config {
    my $self = shift;
    require JSON;
    print JSON->new->pretty->utf8->allow_blessed(1)->convert_blessed(1)->encode({
        config      =>

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