Net/Netflix version 0.03
==================================

This module is designed to pull down every movie that you've rated within your 
Netflix account. Utilizes the wonderful WWW::Mechanize module to work its magic.

See the POD documentation for more info.

More information can also be found here:
    http://ejohn.org/projects/netflix/

INSTALLATION

This module requires WWW::Mechanize.

Once all dependencies have been resolved, "Net::Mechanize" installs 
with the typical sequence

    perl Makefile.PL
    make
    make test
    make install

COPYRIGHT AND LICENCE

Copyright (C) 2005 John Resig

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