Dependencies
Carton
Carton is a Perl dependencies manager, it will get what you need, so don't bother for Perl modules dependencies (but you can read the file cpanfile
if you want).
You will need some tools before installing Perl modules:
For RedHat-based systems:
DB dev packages
NB: There's no dependency for SQLite
If you want to use PostgreSQL
For RedHat-based systems:
If you want to use MySQL (or MariaDB)
Install libmysqld-dev
instead if you use Debian Jessie.
For RedHat-based systems, you can try sudo dnf install -y perl-DBD-MariaDB
(without garantee).
You can now go to the installation page or go back to wiki's homepage.