Introduction¶
Perl is an interpreted language.
Installation¶
- Windows: Strawberry Perl
Installing dependencies¶
The dependencies are installed using cpan <module>
command. The full path to the module is required, for example to install pgTAP module, use:
cpanm TAP::Parser::SourceHandler::pgTAP
To browse the list of available modules, we can use the web interface.