initial add
This commit is contained in:
commit
1e414f35c9
6 changed files with 146 additions and 0 deletions
11
Makefile.PL
Normal file
11
Makefile.PL
Normal file
|
@ -0,0 +1,11 @@
|
|||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
NAME => 'pshell',
|
||||
VERSION_FROM => 'lib/History/SQLite.pm',
|
||||
PREREQ_PM => {
|
||||
'DBI' => 0,
|
||||
'DBD::SQLite' => 0,
|
||||
'Term::ReadLine' => 0,
|
||||
},
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue