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 +```