Fixes to makefile.pl to ensure easy install of dependencies with cpanminus. wording update in readme
This commit is contained in:
parent
479a876dd1
commit
5196d165b9
2 changed files with 2 additions and 4 deletions
|
@ -2,13 +2,11 @@ use ExtUtils::MakeMaker;
|
|||
|
||||
WriteMakefile(
|
||||
NAME => 'pshell',
|
||||
VERSION_FROM => 'lib/History/SQLite.pm',
|
||||
PREREQ_PM => {
|
||||
'DBI' => 0,
|
||||
'DBD::SQLite' => 0,
|
||||
'Term::ReadLine' => 0,
|
||||
'Cwd' => 0,
|
||||
'File::HomeDir' => 0,
|
||||
'Environment::SQLite' => 0,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue