save point working environment variables

This commit is contained in:
kake26 2025-04-13 23:25:56 -05:00
parent 3ddd822c15
commit c835810c0e
Signed by: kake26
GPG key ID: E0A989B571D1F99F
4 changed files with 105 additions and 5 deletions

View file

@ -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,
},
);