The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ACME::QuoteDB::DB::DBI - DBI For ACME::QuoteDB

VERSION

Version 0.1.2

SYNOPSIS

This module is not meant to be used standalone it is used by ACME::QuoteDB;

see ACME::QuoteDB

DESCRIPTION

This module is not meant to be used standalone it is used by ACME::QuoteDB;

see ACME::QuoteDB

see Class::DBI

OVERVIEW

see ACME::QuoteDB

See Description above

USAGE

See Synopsis

Also see t/01* included with the distribution. (available from the CPAN if not included on your system)

SUBROUTINES/METHODS

see ACME::QuoteDB

get_current_db_path

returns the path to our current database. determined first by $ENV{ACME_QUOTEDB_PATH} and next by the default system path to 'quotes.db'

DIAGNOSTICS

None currently known

CONFIGURATION AND ENVIRONMENT

By default, the quotes database used by this module installs in a system path, which means you'll need to be root (sudo :) to load and modify it.

Alternativly, one can specify a location to a quotes database (file) to use.

Set the environmental variable:

$ENV{ACME_QUOTEDB_PATH} (untested on windows)

(this has to be set before trying a database load and also (everytime) before using this module, obviouly)

see ACME::QuoteDB

and

see ACME::QuoteDB::LoadDB

DEPENDENCIES

Readonly

version(pragma - version numbers)

File::Basename

Class::DBI

INCOMPATIBILITIES

none known of

SEE ALSO

ACME::QuoteDB;

Class::DBI;

AUTHOR

David Wright, <david_v_wright at yahoo.com>

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-acme-thesimpsonsquotes at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ACME-QuoteDB. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc ACME::QuoteDB

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2009 David Wright, all rights reserved.

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