|
NAMEClass::DBI::SAK - Class::DBI Swiss Army Knife (SAK)SYNOPSISuse Class::DBI::SAK qw[:common :mysql FromCGI]; ABSTRACTThis module encapsulates the pain and suffering that is importing Class::DBI and all it's little helper friends.DESCRIPTIONBy taking the busy work out of using Class::DBI as you see fit, your code becomes more useful by size. Most of us end up using at least a couple Class::DBI extensions in our programs, and it's just a pain. Enter the Swiss Army Knife.This module is intelligent. It knows how each module is supposed to be used, and which ones override the need to "use base qw[Class::DBI]". "Class::DBI::SAK" is not a subclass of "Class::DBI". If you want to subclass "Class::DBI" you do the following. use Class::DBI::SAK qw[:useful]; use base qw[Class::DBI]; Also, "Class::DBI::SAK" installation recommends that you install the described in the ":useful" tag. No modules described in Tags or Modules are bundled with this distribution. They must be installed by you if you want to use them. TagsTags may be specified either by groupings, begining with a colon (":"), or by the name of the module following the "Class::DBI::" prefix.Tags are available for all modules in the Class::DBI namepace, where it makes sense to do so, as of the date of this distribution. All modules are mentioned without the "Class::DBI::" prefix for brevity. Groups
Modules
BUGSFirst, this module could get out of date easily. This is due to the nature of the uses of each of the modules. They are not consistent, so I have to know about each one. Please submit a bug report if you find this module out of date.Second, no known bugs. Send bug reports to http://rt.cpan.org/ AUTHORCasey West, <casey@geeknest.com>COPYRIGHTCopyright (c) 2003 Casey West. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOperl, Class::DBI.
Visit the GSP FreeBSD Man Page Interface. |