pshell/Makefile.PL
2025-04-13 21:37:36 -05:00

11 lines
242 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'pshell',
VERSION_FROM => 'lib/History/SQLite.pm',
PREREQ_PM => {
'DBI' => 0,
'DBD::SQLite' => 0,
'Term::ReadLine' => 0,
},
);