Skip Menu |

This queue is for tickets about the DateTime-Set CPAN distribution.

Report information
The Basics
Id: 19020
Status: resolved
Priority: 0/
Queue: DateTime-Set

People
Owner: Nobody in particular
Requestors: jpierce [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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.
this is now possible using the count() method