How to install perl module without testing via `Module::Build`?

Viewed 530
1 Answers

may be thats way can helps you.

cpan -T <module>
Related