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


ACME-QuoteDB documentation  | view source Contained in the ACME-QuoteDB distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.1.2

SYNOPSIS

Top

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

see ACME::QuoteDB

DESCRIPTION

Top

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

see ACME::QuoteDB

see Class::DBI

OVERVIEW

Top

see ACME::QuoteDB

See Description above

USAGE

Top

See Synopsis

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

SUBROUTINES/METHODS

Top

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

Top

None currently known

CONFIGURATION AND ENVIRONMENT

Top

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

Top

Readonly

version(pragma - version numbers)

File::Basename

Class::DBI

INCOMPATIBILITIES

Top

none known of

SEE ALSO

Top

ACME::QuoteDB;

Class::DBI;

AUTHOR

Top

David Wright, <david_v_wright at yahoo.com>

BUGS AND LIMITATIONS

Top

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

Top

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

    perldoc ACME::QuoteDB




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=ACME-QuoteDB

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/ACME-QuoteDB

* CPAN Ratings

http://cpanratings.perl.org/d/ACME-QuoteDB

* Search CPAN

http://search.cpan.org/dist/ACME-QuoteDB/

ACKNOWLEDGEMENTS

Top

LICENSE AND COPYRIGHT

Top


ACME-QuoteDB documentation  | view source Contained in the ACME-QuoteDB distribution.