]>
Commit | Line | Data |
---|---|---|
7bb348dd MG |
1 | App-IMDBtop version 0.001001 |
2 | ============================ | |
76ed8698 MG |
3 | |
4 | This script solves a simple problem: you have a list of movies you've | |
5 | watched (in the form of IMDB IDs), and you are looking for the actors | |
6 | that have starred most often in these movies | |
7 | ||
8 | INSTALLATION | |
9 | ||
10 | To install this module type the following: | |
11 | ||
12 | perl Makefile.PL | |
13 | make | |
14 | make test | |
15 | make install | |
16 | ||
17 | DEPENDENCIES | |
18 | ||
19 | This module requires these other modules and libraries: | |
20 | ||
21 | * IMDB::Film | |
22 | ||
23 | COPYRIGHT AND LICENCE | |
24 | ||
25 | Copyright (C) 2016 by Marius Gavrilescu | |
26 | ||
27 | This library is free software; you can redistribute it and/or modify | |
28 | it under the same terms as Perl itself, either Perl version 5.24.0 or, | |
29 | at your option, any later version of Perl 5 you may have available. | |
30 | ||
31 |