GBPVR-CDBI

This set of classes provides an easy to use, robust, and well-documented way to access the GBPVR database via the Class::DBI module.  The major tables are included as well as that of the Video Archiver plugin.

What is GBPVR? It is a Personal Video Recorder (PVR) program. The Microsoft Access .mdb database that is creates stores information such as recording schedules and details about completed recordings. GBPVR can be obtained here:
  http://gbpvr.com

PREREQUISITES

    DBI

    DBD::ODBC

    Class::DBI

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc GBPVR::CDBI

You can also look for information at:

    Perl Monks -- /msg davidrw
        http://perlmonks.org

    GBPVR Forums -- pm dwestbrook
        http://forums.gbpvr.com

    Search CPAN
        http://search.cpan.org/dist/GBPVR-CDBI

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=GBPVR-CDBI

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/GBPVR-CDBI

    CPAN Ratings:
        http://cpanratings.perl.org/d/GBPVR-CDBI

COPYRIGHT AND LICENCE

Copyright (C) 2006 David Westbrook

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