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

..03-May-2022-

IMDb/H17-Jul-2002-352270

examples/H17-Jul-2002-4329

t/H17-Jul-2002-117

ChangesH A D17-Jul-2002101 53

IMDb.pmH A D16-Jul-20022 KiB9939

MANIFESTH A D17-Jul-2002134 1110

Makefile.PLH A D16-Jul-2002276 1311

READMEH A D16-Jul-20021.4 KiB5938

README

1IMDb 0.01
2=========
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13CHANGES
14
15NAME
16    IMDb - Abstract class to query the Internet Movie Database
17
18SYNOPSIS
19DESCRIPTION
20AUTHOR
21    Olivier Poitrey <rs@rhapsodyk.net>
22
23AVAILABILITY
24    The official FTP location is:
25
26    ftp://ftp.rhapsodyk.net/pub/devel/perl/IMDb/
27
28    Also available on CPAN.
29
30    anonymous CVS repository:
31
32    CVS_RSH=ssh cvs -d anonymous@cvs.rhapsodyk.net:/devel co IMDb
33
34    (supply an empty string as password)
35
36    CVS repository on the web:
37
38    http://www.rhapsodyk.net/cgi-bin/cvsweb/IMDb/
39
40LICENCE
41    This program is free software; you can redistribute it and/or modify it
42    under the terms of the GNU General Public License as published by the
43    Free Software Foundation; either version 2 of the License, or (at your
44    option) any later version.
45
46    This program is distributed in the hope that it will be useful, but
47    WITHOUT ANY WARRANTY; without even the implied warranty of
48    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
49    Public License for more details.
50
51    You should have received a copy of the GNU General Public License along
52    with the program; if not, write to the Free Software Foundation, Inc. :
53
54    59 Temple Place, Suite 330, Boston, MA 02111-1307
55
56COPYRIGHT
57    Copyright (C) 2002 - Olivier Poitrey
58
59