From 3e93c4dc0dcc9e49c166ff7e2a18b9ea9bd19630 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 9 Feb 2022 18:38:48 +0100 Subject: [PATCH] Adding DBD::SQLite to MakeMaker and adding a little readme --- Makefile.PL | 2 +- README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Makefile.PL b/Makefile.PL index c7eb25c..5106f9d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,6 +25,6 @@ WriteMakefile( 'strict' => '0', 'v5.30.0' => '0', 'warnings' => '0', - + 'DBD::SQLite' => 0, }, ); diff --git a/README.md b/README.md new file mode 100644 index 0000000..afc11c3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## Installation + +```shell +cpan -T . +``` + +Say yes to everything, use local::lib and restart your shell. + +## Running + +```shell +doctor_karma.pl +```