Group
Extension

Matches 1

CSAF ( G/GD/GDT/CSAF-0.24.tar.gz, GDT, 2024; MetaCPAN )
CSAF/lib/App/CSAF/Validator.pm ( view source; MetaCPAN )
nput from STDIN
    if (-p STDIN || -f STDIN) {
        $csaf_parser_options->{content} = do { local $/; <STDIN> };
    }

    if (defined $options{file}) {
        $csaf_parser_options->{file} = $opt

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