• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/WWW/H12-Mar-2009-1,094504

t/H12-Mar-2009-290240

ChangesH A D12-Mar-20092.6 KiB6751

LICENSEH A D10-Jul-200620.1 KiB384309

MANIFESTH A D10-Mar-2008205 1514

MANIFEST.SKIPH A D08-Oct-200882 1010

META.ymlH A D12-Mar-2009439 1514

Makefile.PLH A D10-Mar-2008469 1512

READMEH A D08-Oct-20081.1 KiB5431

TODOH A D08-Oct-200862 22

README

1WWW-TV
2======================
3
4WWW::TV is OO Perl interface to the database of series/episodes
5at TV.com (www.tv.com). It allows to retrieve information
6about tv shows by its TV.com code.
7
8For more details please read POD of that module.
9
10INSTALLATION
11
12To install this module type the following:
13
14    perl Makefile.PL
15    make
16    make test
17    make install
18
19To install this module in the specific path use:
20
21    perl Makefile.PL PREFIX=/path/to/your/lib
22
23To install the module in your home directory use that command:
24
25    perl Makefile.PL PREFIX=YOU_HOME/path/to/your/lib
26
27Note: you don't need to have a root privileges to do that!
28
29Also, you can use CPAN shell:
30
31    > perl -MCPAN -e shell
32    cpan> install WWW::TV
33
34or use command 'cpan':
35
36    > cpan install WWW::TV
37
38DEPENDENCIES
39
40This module requires these other modules and libraries:
41
42    LWP::UserAgent
43
44AUTHOR
45
46Danial Pearce (cpan@tigris.id.au)
47
48COPYRIGHT AND LICENCE
49
50Copyright (C) 2006-2008 by Danial Pearce.
51
52This library is free software; you can redistribute it and/or modify
53it under the same terms as Perl itself.
54