Perl module for downloading subtitles from opensubtitles.org
To manually build the module. Execute the following step:
$ git clone https://github.com/hitolaus/p5-OpenSubtitles.git
$ cd p5-OpenSubtitles/
$ perl Makefile.PL
$ make install
If you don't want to manually run the build steps you can just run the following command:
$ sudo curl -k -L https://raw.github.com/hitolaus/p5-OpenSubtitles/master/install.sh | sh