GBPVR::CDBI::VideoArchive - GBPVR Video Archive plug-in access


GBPVR-CDBI documentation Contained in the GBPVR-CDBI distribution.

Index


Code Index:

NAME

Top

GBPVR::CDBI::VideoArchive - GBPVR Video Archive plug-in access

VERSION

Top

Version 0.02

SYNOPSIS

Top

AUTHOR

Top

David Westbrook, <dwestbrook at gmail.com>

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


GBPVR-CDBI documentation Contained in the GBPVR-CDBI distribution.

package GBPVR::CDBI::VideoArchive;

use warnings;
use strict;

our $VERSION = '0.02';

use base 'GBPVR::CDBI';

__PACKAGE__->db_setup(file => 'video archive.mdb');

1;

__END__