Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use strict;
WriteMakefile(
NAME => 'NIST::NVD::Store::SQLite3',
AUTHOR => q{C.J. Adams-Collier <cjac@f5.com>},
EXE_FILES => ['bin/convert-nvdcve'],
VERSION_FROM => 'lib/NIST/NVD/Store/SQLite3.pm',
ABSTRACT_FROM => 'lib/NIST/NVD/Store/SQLite3.pm',
LICENSE => 'perl',
PL_FILES => {},
PREREQ_PM => { 'Test::More' => 0, },
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'NIST-NVD-Store-SQLite3-*' },
);