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(
|
WriteMakefile(
|
||||||
NAME => 'pshell',
|
NAME => 'pshell',
|
||||||
VERSION_FROM => 'lib/History/SQLite.pm',
|
|
||||||
PREREQ_PM => {
|
PREREQ_PM => {
|
||||||
'DBI' => 0,
|
'DBI' => 0,
|
||||||
'DBD::SQLite' => 0,
|
'DBD::SQLite' => 0,
|
||||||
'Term::ReadLine' => 0,
|
'Term::ReadLine' => 0,
|
||||||
'Cwd' => 0,
|
'Cwd' => 0,
|
||||||
'File::HomeDir' => 0,
|
'File::HomeDir' => 0,
|
||||||
'Environment::SQLite' => 0,
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
@ -13,8 +13,8 @@ No job control, but that is what programs like tmux are for anyway. Fairly, basi
|
||||||
- Term::ReadLine
|
- Term::ReadLine
|
||||||
- Cwd
|
- Cwd
|
||||||
- File::HomeDir
|
- File::HomeDir
|
||||||
- Environment::SQLite (for environment variables, part of the source)
|
- Environment::SQLite (for environment variables, part of the source, listed for completeness)
|
||||||
- History::SQLite (for command history, part of the source)
|
- History::SQLite (for command history, part of the source, listed for completeness)
|
||||||
|
|
||||||
If they are not marked as part of the source for the shell, you will need to install them manually. Via cpan or your package manager.
|
If they are not marked as part of the source for the shell, you will need to install them manually. Via cpan or your package manager.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue