sub gen_thumb { my %args = @_; return sub { my $self = shift; my $filename = shift; _really_gen_thumb($self, { filename => $filename, %args, }); } }