sub AUTOLOAD { my $self = shift; my $func = our $AUTOLOAD; $func =~ s/.*:://; return $self->{collection}->$func; }