Mojo-Pg-Che
view release on metacpan or search on metacpan
lib/Mojo/Pg/Che/Results.pm view on Meta::CPAN
#~ our $AUTOLOAD;
#~ sub AUTOLOAD {
#~ my ($method) = $AUTOLOAD =~ /([^:]+)$/;
#~ my $self = shift;
#~ my $sth = $self->sth;
#~ if ($sth->can($method) && scalar grep $_ eq $method, @STH_METHODS) {
#~ return $sth->$method(@_);
#~ }
#~ die sprintf qq{Can't locate autoloaded object method "%s" (%s) via package "%s" at %s line %s.\n}, $method, $AUTOLOAD, ref $self, (caller)[1,2];
#~ }
1;
( run in 2.149 seconds using v1.01-cache-2.11-cpan-1e74a51a04c )