*{ __PACKAGE__ . '::' . $methodname } = $connect->can( $methodname ); #### sub AUTOLOAD { no strict 'refs'; *{__PACKAGE__.'::'.$methodname} = sub { (shift)->getConnection->$methodname(@_) }; return (shift)->getConnection->$methodname(@_); }