{ my %_mdy_cache; sub _from_mdy { my $mdy = shift; return $_mdy_cache{ $mdy } ||= Our::DateTime->from_mdy( $mdy, "/" ); } }