DBD-PO
view release on metacpan or search on metacpan
lib/DBD/PO/dr.pm view on Meta::CPAN
## use critic (PackageVars)
sub connect { ## no critic (BuiltinHomonyms)
my ($drh, $dbname, $user, $auth, $attr) = @_;
my $dbh = $drh->SUPER::connect($dbname, $user, $auth, $attr);
$dbh->{po_tables} ||= {};
$dbh->{Active} = 1;
return $dbh;
}
1;
__END__
=head1 NAME
DBD::PO::dr - driver class for DBD::PO
$Id: dr.pm 340 2009-03-01 16:22:05Z steffenw $
$HeadURL: https://dbd-po.svn.sourceforge.net/svnroot/dbd-po/trunk/DBD-PO/lib/DBD/PO/dr.pm $
=head1 VERSION
2.00
=head1 SYNOPSIS
do not use
=head1 DESCRIPTION
driver class for DBD::PO
=head1 SUBROUTINES/METHODS
=head2 method connect
=head1 DIAGNOSTICS
none
=head1 CONFIGURATION AND ENVIRONMENT
none
=head1 DEPENDENCIES
parent
L<DBD::File>
L<DBD::PO::Text::PO>
=head1 INCOMPATIBILITIES
not known
=head1 BUGS AND LIMITATIONS
not known
=head1 AUTHOR
Steffen Winkler
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2008 - 2009,
Steffen Winkler
C<< <steffenw at cpan.org> >>.
All rights reserved.
This module is free software;
you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
( run in 1.048 second using v1.01-cache-2.11-cpan-39bf76dae61 )