NAME
FTN::Database - FTN SQL Database related operations for Fidonet/FTN related processing.
VERSION
Version 0.01
SYNOPSIS
FTN::Database is a Perl module containing common database related operations for Fidonet/FTN related SQL Database operations. The SQL database engine is one for which a DBD module exists, defaulting to SQLite.
Perhaps a little code snippet.
use FTN::Database;
my $foo = FTN::Database->new();
...
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
FUNCTIONS
function1
function2
AUTHOR
Robert James Clay, <jame at rocasa.us>
BUGS
Please report any bugs or feature requests to bug-ftn-database at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=FTN-Database. 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 FTN::Database
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2010 Robert James Clay, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.