The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Video-Xine version 0.17
=======================

This is an interface to the xine-lib library. It can be used to create
a Perl-controlled instance of Xine. 

Xine is a multimedia playback system. You can find more information
about it at http://www.xinehq.de.

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

DEPENDENCIES

This module requires these other modules and libraries:

  xine-lib, available from http://www.xinehq.de
  Module::Build
  Test::More
  DateTime

In addition, if you wish to actually display video, you probably want:

  X11::FullScreen

which provides a workable, if extremely simple, windowing toolkit.

COPYRIGHT AND LICENCE

Copyright (C) 2005-2008 by Stephen Nelson

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.