Subject: | Optimize behavior |
It'd be great if as_list were context (want) aware so that it could run
through a simplified algorithm if one were to do:
my $set = DateTime::Event::Recurrence->daily();
$days = scalar $set->as_list(start=>...),
end =>...);
Potentially saving many unnecessary object instantiations, etc.