Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 440 Bytes

install.mkdn

File metadata and controls

23 lines (15 loc) · 440 Bytes

% Installing TMDB % Mithun Ayachit %

Distribution page

The latest and all previous releases for TMDB can be downloaded from https://metacpan.org/release/TMDB

Install using cpanm

TMDB can be installed with cpanm using the following command

cpanm .

Install using Module::Build

TMDB can be installed with Module::Build using the following commands

perl ./Build.PL
./Build
./Build test
./Build install