pshell/Makefile.PL

12 lines
287 B
Perl

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