Class-DBI-SAK
view release on metacpan or search on metacpan
Class::DBI::SAK - Class::DBI Swiss Army Knife (SAK)
SYNOPSIS
use Class::DBI::SAK qw[:common :mysql FromCGI];
ABSTRACT
This module encapsulates the pain and suffering that is importing
Class::DBI and all it's little helper friends.
DESCRIPTION
By 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]".
Tags
Tags may be specified either by groupings, begining with a colon (":"),
lib/Class/DBI/SAK.pm view on Meta::CPAN
use Class::DBI::SAK qw[:common :mysql FromCGI];
=head1 ABSTRACT
This module encapsulates the pain and suffering that is importing
Class::DBI and all it's little helper friends.
=head1 DESCRIPTION
By 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
C<use base qw[Class::DBI]>.
C<Class::DBI::SAK> is not a subclass of C<Class::DBI>. If you want
to subclass C<Class::DBI> you do the following.
( run in 0.337 second using v1.01-cache-2.11-cpan-87723dcf8b7 )