NAME
Class::DBI::Plugin::QueriesTime - Get your query's time.
VERSION
This documentation refers to Class::DBI::Plugin::QueriesTime version 0.01
SYNOPSIS
package YourDB;
use base qw/Class::DBI/;
use Class::DBI::Plugin::QueriesTime;
DESCRIPTION
Class::DBI::Plugin::QueriesTime is Extension to Class::DBI. Class::DBI::Plugin::QueriesTime get your query's time. Class::DBI::Plugin::QueriesTime is redefine Class::DBI::sth_to_objects.
DEPENDENCIES
BUGS AND LIMITATIONS
There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.
SEE ALSO
AUTHOR
Atsushi Kobayashi, <nekokak@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Atsushi Kobayashi (<nekokak@cpan.org>). All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.