% Installing TMDB % Mithun Ayachit %
The latest and all previous releases for TMDB can be downloaded from https://metacpan.org/release/TMDB
TMDB can be installed with cpanm
using the following command
cpanm .
TMDB can be installed with Module::Build
using the following commands
perl ./Build.PL
./Build
./Build test
./Build install