Adding DBD::SQLite to MakeMaker and adding a little readme

This commit is contained in:
sergiotarxz 2022-02-09 18:38:48 +01:00
parent 70b7362ab8
commit 3e93c4dc0d
2 changed files with 14 additions and 1 deletions

View File

@ -25,6 +25,6 @@ WriteMakefile(
'strict' => '0',
'v5.30.0' => '0',
'warnings' => '0',
'DBD::SQLite' => 0,
},
);

13
README.md Normal file
View File

@ -0,0 +1,13 @@
## Installation
```shell
cpan -T .
```
Say yes to everything, use local::lib and restart your shell.
## Running
```shell
doctor_karma.pl
```