IMDB-Film version 0.01
======================

IMDB::Film is OO Perl interface to the database of films
IMDB (www.imdb.com)

For more details please read POD of that module.

INSTALLATION

To install this module type the following:

   	perl Makefile.PL
   	make
   	make test
   	make install

To install this module in the specific path use:
	
	perl Makefile.PL PREFIX=/path/to/your/lib

DEPENDENCIES

This module requires these other modules and libraries:

  	HTML::TokeParser
	LWP::UserAgent
    Cache::Cache	  

COPYRIGHT AND LICENCE

Copyright (C) 2004 by Michael Stepanov (misha@thunderworx.com). 
All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

