Group
Extension

Matches 1

App-ListNewCPANDists ( P/PE/PERLANCAR/App-ListNewCPANDists-0.023.tar.gz, PERLANCAR, 2023; MetaCPAN )
App-ListNewCPANDists/lib/App/ListNewCPANDists.pm ( view source; MetaCPAN )
['category:time-filtering'],
    },
);

sub _json_encode {
    require JSON;
    JSON->new->encode($_[0]);
}

sub _json_decode {
    require JSON;
    JSON->new->decode($_[0]);
}

sub _create_schema {

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