sub validate_max_size { my $val = shift; no warnings; ! defined $val || $val > 0; }