The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

util/generate - create the data for lib/CPAN/Audit/DB.pm

SYNOPSIS

        # usual operation, outputs to lib/CPAN/Audit/DB.pm
        # gets data from cpan-security-advisory/cpansa/*.yml
        % perl util/generate

        # usual operation, outputs to lib/CPAN/Audit/DB.pm
        # gets data from other_source/*.yml
        % perl util/generate other_source/*.yml

        # suppress progress messages
        % perl util/generate -q
        % perl util/generate --quiet

        # output somewhere else
        % perl util/generate -o some_other_file
        % perl util/generate --output-file some_other_file

        # output to stdout (- is a special file name)
        % perl util/generate -o -

        # output JSON instead of a Perl module (probably want to specify output)
        % perl util/generate --json -o -

DESCRIPTION

This program chews through the CPAN security advisory reports and makes the CPAN::Audit::DB module.

AUTHOR

Original author: Viacheslav Tykhanovskyi (vti@cpan.org)

Maintained by: brian d foy (bdfoy@cpan.org)

LICENSE

CPAN::Audit is dual-licensed under the GPL or the Artistic License. See the included LICENSE file for details.