save point working environment variables
This commit is contained in:
parent
3ddd822c15
commit
c835810c0e
4 changed files with 105 additions and 5 deletions
|
@ -4,9 +4,9 @@ WriteMakefile(
|
|||
NAME => 'pshell',
|
||||
VERSION_FROM => 'lib/History/SQLite.pm',
|
||||
PREREQ_PM => {
|
||||
'DBI' => 0,
|
||||
'DBD::SQLite' => 0,
|
||||
'Term::ReadLine' => 0,
|
||||
'Cwd' => 0,
|
||||
'DBI' => 0,
|
||||
'DBD::SQLite' => 0,
|
||||
'Term::ReadLine' => 0,
|
||||
'Cwd' => 0,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue